Skip to content

Commit

Permalink
Update ci_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher authored Mar 5, 2024
1 parent a9cb771 commit 64347d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.8,3.9,3.10,3.11]
python-version: [3.9,3.10,3.11]
steps:
- uses: ansys/actions/build-wheelhouse@v5
with:
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.8,3.9,3.10,3.11]
python-version: [3.9,3.10,3.11]
fail-fast: false
steps:
- uses: ansys/actions/tests-pytest@v5
Expand Down

0 comments on commit 64347d6

Please sign in to comment.