We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00de911 commit ae31d32Copy full SHA for ae31d32
1 file changed
.github/workflows/pytests.yml
@@ -30,7 +30,7 @@ jobs:
30
run: python -c "import sys; print(sys.version)"
31
# Install the package using the setup.py
32
- name: Install package
33
- run: python setup.py install
+ run: pip install -e .
34
# Install pytest (you can use some other testing utility)
35
- name: Install coverage
36
run: |
0 commit comments