-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ever failing mac 10.15 build pending a new mac-11 recipe
- Loading branch information
Showing
1 changed file
with
0 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,36 +142,6 @@ jobs: | |
with: | ||
name: win64-opensim-4.4-py311np123.tar.bz2 | ||
path: C:/Miniconda3/envs/test/conda-bld/win-64/opensim-4.4-py311np123.tar.bz2 | ||
mac: | ||
name: Mac | ||
|
||
runs-on: macos-10.15 | ||
|
||
steps: | ||
- uses: actions/checkout@v1 | ||
|
||
- name: Install Homebrew packages | ||
# Save the gfortran version to a file so we can use it in the cache key. | ||
run: | | ||
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen [email protected] | ||
brew reinstall gcc | ||
pip3 install numpy==1.20.2 | ||
gfortran -v | ||
mkdir gfortran_version | ||
gfortran -v &> gfortran_version/gfortran_version.txt | ||
- uses: conda-incubator/setup-miniconda@v2 | ||
with: | ||
auto-update-conda: true | ||
miniconda-version: "latest" | ||
|
||
- name: Install conda-build | ||
run: conda install conda-build | ||
|
||
- name: Conda build | ||
run: | | ||
cd $GITHUB_WORKSPACE | ||
conda build . | ||
|
||
ubuntu38: | ||
runs-on: ubuntu-20.04 | ||
|