Skip to content

Commit d913f62

Browse files
authored
Update test-push.yml
1 parent b545974 commit d913f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -r requirements.txt
28+
pip install --use-pep517 -r requirements.txt
2929
python setup.py install
3030
- name: Run tests
3131
run: python setup.py test

0 commit comments

Comments
 (0)