Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Jun 1, 2024
1 parent 2d8d05e commit d7d5d5f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
include:
primary-config: ["true", "false"]
# There may be a better way to do this, but it was the first way I found to set a variable for specific matrix entry
exclude:
- python-version: "3.9"
primary-config: "false"
primary-config: "true"
- python-version: "3.10"
primary-config: "false"
- python-version: "3.11"
primary-config: "true"
- python-version: "3.11"
primary-config: "false"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d7d5d5f

Please sign in to comment.