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 5e71d34 commit 712d9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-run-tests-macos-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
python --version
conda install python=3.10.11
conda install -c conda-forge matplotlib numpy meshio pygalmesh scipy numba pycifrw dill xfab
conda install conda-forge::pygalmesh
conda install -c conda-forge matplotlib numpy meshio scipy numba pycifrw dill xfab
python -m pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 712d9a9

Please sign in to comment.