We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f09928 commit b07a7ecCopy full SHA for b07a7ec
.github/workflows/testing.yml
@@ -24,8 +24,9 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install -r requirements.txt # Install project dependencies, including pytest
+ pip install -r requirements.txt
28
+ pip install -e . # Install your package in editable mode
29
30
- name: Run Tests
31
- pytest # Run tests with pytest
32
+ pytest
0 commit comments