Skip to content

Commit

Permalink
Bump test pipeline's poetry version and action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
svnscha committed Jan 22, 2024
1 parent 592c831 commit e988d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
matrix:
os: [ 'ubuntu-20.04' ]
python-version: [ '3.8', '3.9', '3.10' ]
poetry-version: [ '1.2' ]
poetry-version: [ '1.7.1' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
Expand Down

0 comments on commit e988d3c

Please sign in to comment.