Skip to content

Commit

Permalink
add missing poetry version in include
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Nov 5, 2023
1 parent 2e7e8fa commit 88f8058
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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,10 +23,13 @@ jobs:
django-version: "5.0b1"
drf-version: 3.14
os: ubuntu-latest
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 ]


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

0 comments on commit 88f8058

Please sign in to comment.