Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 13, 2024
1 parent c7f38da commit 3243180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# This assumes pytest is installed via the install-package step above
command: |
# we don't need any other dependencies
python3 -m pip install matplotlib scipy numpy sympy pytest pytest-mpl git+https://github.com/jcgoran/cosmicfish@feature/pip-install
python3 -m pip install .[test]
python3 -m pytest -k 'not interfaces and not __init__.py'
# Invoke jobs via workflows
Expand Down

0 comments on commit 3243180

Please sign in to comment.