Skip to content

Commit

Permalink
editable install to preserve paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel42 committed Nov 15, 2023
1 parent 4d8481f commit b4d1e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install flake8 pytest
- name: Install package
run: |
python -m pip install .
python -m pip install -e .
- name: Test with pytest
run: |
pytest

0 comments on commit b4d1e3f

Please sign in to comment.