Skip to content

Commit e0aca10

Browse files
committed
Updated GitHub Action to use pipenv
1 parent 69b44fa commit e0aca10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47-
python -m pip install -U pip poetry
48-
poetry config virtualenvs.create false
49-
poetry install
47+
python -m pip install -U pip pipenv
48+
pipenv install --system --dev
5049
5150
- name: Linting
5251
run: |

0 commit comments

Comments
 (0)