Skip to content

Commit

Permalink
Workaround to get test dependencies installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Apr 30, 2023
1 parent ef37ec1 commit 6683a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
run: |
python -m pip install --upgrade pip
# Install this version of ScopeSim. Otherwise the PyPI version of
# ScopeSim will be installed when the github_actions requirements
# ScopeSim will be installed when the test-requriments
# are installed, because ScopeSim is a dependency of
# ScopeSim_Templates.
pip install .
pip install .[dev,test]
- name: Run Pytest
run: pytest --cov=scopesim
Expand Down

0 comments on commit 6683a86

Please sign in to comment.