Skip to content

Commit

Permalink
Update matrix os x python versions
Browse files Browse the repository at this point in the history
to include higher python versions and avoid a python 3.6 ubuntu error about not having a compatible arch architecture.
  • Loading branch information
munichpavel committed Jun 15, 2023
1 parent 073119d commit 451c5fc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest", "windows-2019"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

exclude:
# Due to pytest install error
- os: windows-latest
python-version: "3.6"
# Due to nbconvert TypeError
- os: windows-latest
python-version: "3.7"
# Due to pytest install error
- os: windows-2019
python-version: "3.6"
# Due to nbconvert TypeError
- os: windows-2019
python-version: "3.7"
Expand Down

0 comments on commit 451c5fc

Please sign in to comment.