Skip to content

Commit

Permalink
missing -e install
Browse files Browse the repository at this point in the history
  • Loading branch information
fpingas committed Mar 20, 2023
1 parent 4701443 commit d9a10c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Python path: $(which python3)"
echo "Python version: $(python3 --version)"
echo "pip version: $(python3 -m pip --version)"
python3 -m pip install .[devel]
python3 -m pip install -e .[devel]
- name: Test with pytest
run: |
source env/bin/activate
Expand Down

0 comments on commit d9a10c2

Please sign in to comment.