Skip to content

Commit 4bd4375

Browse files
committed
new attempt
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 7475104 commit 4bd4375

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
python-version: '3.9'
2424
- name: Install dependencies
2525
run: |
26-
export PIP_NO_BUILD_ISOLATION=1
2726
pip install pipenv
2827
pip install build
29-
pipenv install --dev
28+
pipenv install --dev --skip-lock --system --deploy --ignore-pipfile
3029
- name: Test
3130
run: |
3231
pipenv run pytest

0 commit comments

Comments
 (0)