We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067e917 commit f0d2cfdCopy full SHA for f0d2cfd
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install and run tests
56
working-directory: ${{ github.workspace }}
57
run: |
58
- python setup.py install
+ pip install .
59
cd tests; xvfb-run python test_verify.py -v
60
# See https://github.community/t/status-check-for-a-matrix-jobs/127354/7
61
all-tests:
0 commit comments