Skip to content

Commit

Permalink
Merge pull request #10 from ksugar/dev
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
ksugar authored Aug 31, 2023
2 parents a9c2b96 + dd5673a commit 6be6c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10"]
poetry-version: [1.5.1]
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
Expand All @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.9, 3.10, 3.11]
python-version: [3.9, 3.10]
poetry-version: [1.5.1]
runs-on: ${{ matrix.os }}
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 6be6c93

Please sign in to comment.