Skip to content

Commit

Permalink
editable install (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jun 16, 2022
1 parent 61e2bfb commit 7d44008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install -e .[dev]
pip install pytest PyQt5 --upgrade
pip install pytest-xvfb
Expand Down

0 comments on commit 7d44008

Please sign in to comment.