Skip to content

Commit

Permalink
Update ga
Browse files Browse the repository at this point in the history
  • Loading branch information
nghia-vo committed Jul 11, 2023
1 parent 2bcce88 commit d46ba51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/discorpy_ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.8.16", "3.9", "3.9.13", "3.10", "3.11"]
python-version: ["3.8", "3.8.16", "3.9.13", "3.10", "3.11"]
exclude:
- os: macos-latest
python-version: ["3.8", "3.9"]
python-version: "3.8"
- os: windows-latest
python-version: ["3.8.16", "3.9.13"]
python-version: "3.8.16"
- os: ubuntu-latest
python-version: ["3.8.16", "3.9.13"]
python-version: "3.8.16"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d46ba51

Please sign in to comment.