Skip to content

Commit

Permalink
fix pygalmesh
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelHenningsson committed May 15, 2024
1 parent 712d9a9 commit e2362ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package-run-tests-macos-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install dependencies
run: |
python --version
conda clean -all
conda clean --index-cache
conda update conda
conda install python=3.10.11
conda install conda-forge::pygalmesh
conda install -c conda-forge matplotlib numpy meshio scipy numba pycifrw dill xfab
Expand Down

0 comments on commit e2362ff

Please sign in to comment.