Skip to content

Commit c804cbe

Browse files
author
Kenneth Reitz
committed
pipenv attempt for github workflow actions
1 parent 5db6869 commit c804cbe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28-
python -m pip install --upgrade pip
29-
pip install flake8 pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28+
python -m pip install --upgrade pip pipenv
29+
pipenv install --dev
3130
- name: Lint with flake8
3231
run: |
3332
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)