Skip to content

Commit

Permalink
Remove -es matrix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 23, 2023
1 parent a1fee69 commit 47bfc31
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11"]
django: ["32", "41", "main"]
exclude:
- django: "50"
python: "3.8"
- django: "main"
python: "3.8"
- django: "50"
python: "3.9"
- django: "main"
python: "3.9"
- django: ["50","main"]
python: ["3.8","3.9"]
# - django: "main"
# python: "3.8"
# - django: "50"
# python: "3.9"
# - django: "main"
# python: "3.9"

env:
TOXENV: py${{ matrix.python }}-django${{ matrix.django }}-es${{ matrix.es }}
TOXENV: py${{ matrix.python }}-django${{ matrix.django }}

steps:
- name: Check out the repository
Expand Down

0 comments on commit 47bfc31

Please sign in to comment.