Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christinab12 authored Feb 23, 2024
1 parent a2aaa6c commit 2e9f6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
pip install pytest-qt
pip install pytest-xvfb
pip install coverage
pip install -e --no-cache-dir ".[testing]"
pip install -e ".[testing]"
pip install matplotlib
working-directory: src/client

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
pip install pytest
pip install wheel
pip install coverage
pip install -e --no-cache-dir ".[testing]"
pip install -e ".[testing]"
working-directory: src/server

- name: Test with pytest
Expand Down

0 comments on commit 2e9f6d6

Please sign in to comment.