Skip to content

Commit 40dc436

Browse files
committed
Replaced poetry with pipenv
1 parent d95b345 commit 40dc436

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@v3
4444

45-
- name: Install dependencies
45+
- name: Install Python package 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: Run Code Quality Checks
5251
run: |

0 commit comments

Comments
 (0)