Skip to content

Commit

Permalink
Install pytest for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jstutters committed Jan 29, 2024
1 parent 71d9a49 commit fa17cf0
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 @@ -111,7 +111,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e pixl_core
pip install -e pixl_dcmd
pip install -e pixl_dcmd[test]
- name: Run tests
working-directory: pixl_dcmd
Expand Down

0 comments on commit fa17cf0

Please sign in to comment.