Skip to content

Commit c3b452c

Browse files
committed
pep517 in pip install in actions workflow.
1 parent 440f808 commit c3b452c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install cppimport
2727
run: |
28-
pip install --no-use-pep517 --no-deps --disable-pip-version-check -e .
28+
pip install --no-deps -e .
2929
- name: Lint with flake8
3030
run: |
3131
flake8 .

0 commit comments

Comments
 (0)