We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b345 commit 40dc436Copy full SHA for 40dc436
.github/workflows/ci.yml
@@ -42,11 +42,10 @@ jobs:
42
- name: Checkout
43
uses: actions/checkout@v3
44
45
- - name: Install dependencies
+ - name: Install Python package dependencies
46
run: |
47
- python -m pip install -U pip poetry
48
- poetry config virtualenvs.create false
49
- poetry install
+ python -m pip install -U pip pipenv
+ pipenv install --system --dev
50
51
- name: Run Code Quality Checks
52
0 commit comments