Skip to content

Commit a80fd73

Browse files
committed
try arm64
1 parent 4658fb5 commit a80fd73

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
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
@@ -83,18 +84,6 @@ jobs:
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

0 commit comments

Comments
 (0)