Skip to content

Commit

Permalink
Upgrade pipenv version
Browse files Browse the repository at this point in the history
  • Loading branch information
lejafar authored Apr 26, 2023
1 parent d3185ab commit e5a8743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Run tests
run: |
python -m pip install pipenv==2018.11.26
python -m pip install pipenv==2023.4.20
pipenv install -d --python ${{ matrix.python }}
pipenv run pytest tests
shell: bash
Expand Down

0 comments on commit e5a8743

Please sign in to comment.