From 712d9a9ad033e7cb8b82e9964d2c65402a45887e Mon Sep 17 00:00:00 2001 From: AxelHenningsson Date: Wed, 15 May 2024 10:23:29 +0200 Subject: [PATCH] fix pygalmesh --- .github/workflows/python-package-run-tests-macos-py38.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package-run-tests-macos-py38.yml b/.github/workflows/python-package-run-tests-macos-py38.yml index 304a686..acadf2d 100644 --- a/.github/workflows/python-package-run-tests-macos-py38.yml +++ b/.github/workflows/python-package-run-tests-macos-py38.yml @@ -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: |