Skip to content

Commit f0d2cfd

Browse files
committed
ci.yml: switch to building with pip
1 parent 067e917 commit f0d2cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install and run tests
5656
working-directory: ${{ github.workspace }}
5757
run: |
58-
python setup.py install
58+
pip install .
5959
cd tests; xvfb-run python test_verify.py -v
6060
# See https://github.community/t/status-check-for-a-matrix-jobs/127354/7
6161
all-tests:

0 commit comments

Comments
 (0)