Skip to content

Commit

Permalink
debugging matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JezSw committed Feb 20, 2024
1 parent 4ce44c9 commit de01a44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
matrix:
os: [windows-latest, ubuntu-20.04, ubuntu-latest]
python-version: ["3.7", "3.11"]
full-test:
- ${{ contains(github.ref, 'master') || contains(github.ref, 'main') || startsWith(github.ref, 'refs/heads/release-v') }}
include:
- full-test: true
python-version: "3.10"
- full-test: true
python-version: "3.9"
- full-test: true
python-version: "3.8"
# full-test:
# - ${{ contains(github.ref, 'master') || contains(github.ref, 'main') || startsWith(github.ref, 'refs/heads/release-v') }}
# include:
# - full-test: true
# python-version: "3.10"
# - full-test: true
# python-version: "3.9"
# - full-test: true
# python-version: "3.8"
runs-on: ${{ matrix.os }}

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit de01a44

Please sign in to comment.