File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 3737 miniforge-version : latest
3838 activate-environment : test-env
3939 use-mamba : true
40+ architecture : ' arm64'
4041
4142 # save the date to include in the cache key
4243 - name : Get Date
8384 python3 -m pip install --upgrade pip
8485 pip3 install gmsh pygmsh coveralls pytest
8586 pip3 install .
86- if [ "${{ runner.os }}" == "macOS" ]; then
87- pip install --upgrade jax jaxlib==0.4.0+cpu -f https://storage.googleapis.com/jax-releases/jax_releases.html
88- fi
89-
90- # Install JAX and jaxlib for macOS
91- - name : Install JAX and jaxlib
92- if : matrix.os == 'macos-latest'
93- run : |
94- conda init bash
95- conda activate test-env
96- pip install --upgrade pip
97- pip install --upgrade jax jaxlib==0.4.0+cpu -f https://storage.googleapis.com/jax-releases/jax_releases.html
9887
9988 # run all tests & coverage
10089 - name : Run Test
You can’t perform that action at this time.
0 commit comments