Skip to content

Commit

Permalink
Fix incorrect dkpy directory again
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahdah committed Nov 22, 2024
1 parent f3edbd5 commit 62f9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install ./src
python -m pip install ./dkpy
- name: Test with pytest
run: |
pytest --exitfirst

0 comments on commit 62f9977

Please sign in to comment.