Skip to content

Commit

Permalink
quote package and version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jul 24, 2024
1 parent 9b884e9 commit 89a00eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Avoid SciPy 1.14 on MacOS 13
if: matrix.os == 'macos-13'
run: |
python -m pip install --force-reinstall scipy<1.14
python -m pip install --force-reinstall 'scipy<1.14'
- name: Run Tests
run: |
coverage run --source=. --omit=interfaces/*,aimsim/__main__.py,aimsim/tasks/__init__.py,aimsim/ops/__init__.py,aimsim/chemical_datastructures/__init__.py,aimsim/utils/__init__.py,setup.py,tests/*,aimsim/__init__.py,aimsim/utils/plotting_scripts.py -m unittest discover -v
Expand Down

0 comments on commit 89a00eb

Please sign in to comment.