File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -142,36 +142,6 @@ jobs:
142
142
with :
143
143
name : win64-opensim-4.4-py311np123.tar.bz2
144
144
path : C:/Miniconda3/envs/test/conda-bld/win-64/opensim-4.4-py311np123.tar.bz2
145
- mac :
146
- name : Mac
147
-
148
- runs-on : macos-10.15
149
-
150
- steps :
151
- - uses : actions/checkout@v1
152
-
153
- - name : Install Homebrew packages
154
- # Save the gfortran version to a file so we can use it in the cache key.
155
- run : |
156
- brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen [email protected]
157
- brew reinstall gcc
158
- pip3 install numpy==1.20.2
159
- gfortran -v
160
- mkdir gfortran_version
161
- gfortran -v &> gfortran_version/gfortran_version.txt
162
-
163
- - uses : conda-incubator/setup-miniconda@v2
164
- with :
165
- auto-update-conda : true
166
- miniconda-version : " latest"
167
-
168
- - name : Install conda-build
169
- run : conda install conda-build
170
-
171
- - name : Conda build
172
- run : |
173
- cd $GITHUB_WORKSPACE
174
- conda build .
175
145
176
146
ubuntu38 :
177
147
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments