Skip to content

Commit

Permalink
Use editable install during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicoelhopedro committed Feb 22, 2024
1 parent 49675e5 commit f40ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install -e .
- name: Install test dependencies
run: |
python -m pip install .[test]
Expand Down

0 comments on commit f40ea06

Please sign in to comment.