Skip to content

Commit

Permalink
Tried to fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 10, 2024
1 parent 150fce4 commit 2a773fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install --user requirements/dev.txt
- run: pip install --user -r requirements/dev.txt
- run: python -m pytest --junitxml=test_report.xml
- name: Upload test report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2a773fe

Please sign in to comment.