Skip to content

Commit

Permalink
Update poetry and pip versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Mar 31, 2022
1 parent a210ab3 commit 19423fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: ['3.10']
poetry-version: ['1.1.5']
pip-version: ['20.2.4']
poetry-version: ['1.1.13']
pip-version: ['22.0.4']
steps:
- uses: actions/checkout@v2
- name: Setup, Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 19423fc

Please sign in to comment.