Skip to content

Commit 38034ae

Browse files
committed
new attempt
Signed-off-by: Pedro Escaleira <[email protected]>
1 parent 212aed1 commit 38034ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
python-version: "${{ matrix.python-version }}"
2424
- name: Install dependencies
2525
run: |
26+
export PIP_NO_BUILD_ISOLATION=1
2627
pip install pipenv
27-
pip install build Cython
28+
pip install build
2829
pipenv install --dev
2930
- name: Test
3031
run: |

0 commit comments

Comments
 (0)