We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3780b1e commit 332ac35Copy full SHA for 332ac35
.github/workflows/main.yml
@@ -34,6 +34,6 @@ jobs:
34
run: python -c "import sys; print(sys.version)"
35
# Install the package using the setup.py
36
- name: Install package
37
- run: python setup.py install
+ run: pip install .
38
- name: Run tests
39
run: bash t/test.sh
0 commit comments