Skip to content

Commit

Permalink
fix poetry-version in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 5, 2023
1 parent 88f8058 commit e697b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
# python-version: [ 3.8, 3.9, '3.10', 3.11]
poetry-version: [ 1.3.2 ]
# poetry-version: [ 1.3.2 ]
# drf-version: [ 3.12, 3.14 ]
# os: [ ubuntu-latest ]
# exclude:
Expand All @@ -23,12 +23,12 @@ jobs:
django-version: "5.0b1"
drf-version: 3.14
os: ubuntu-latest
poetry-version: [ 1.3.2 ]
poetry-version: "1.3.2"
- python-version: 3.11
django-version: "5.0b1"
drf-version: 3.14
os: ubuntu-latest
poetry-version: [ 1.3.2 ]
poetry-version: "1.3.2"


runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e697b5b

Please sign in to comment.