Skip to content

Commit

Permalink
Update python-package-run-tests-macos-py38.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelHenningsson authored May 15, 2024
1 parent 2d7be57 commit 036fb98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-run-tests-macos-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10.0
- name: Set up Python 3.10.11
uses: actions/setup-python@v2
with:
python-version: 3.10.0
python-version: 3.10.11
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
python --version
sudo conda install python=3.10.0
sudo conda install python=3.10.11
sudo conda install -c conda-forge matplotlib numpy meshio pygalmesh scipy numba pycifrw dill xfab
python -m pip install .
- name: Lint with flake8
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Test with pytest
run: |
sudo conda install pytest
pytest
pytest

0 comments on commit 036fb98

Please sign in to comment.