Skip to content

Commit

Permalink
Merge pull request #15 from Az-r-ow/ci
Browse files Browse the repository at this point in the history
patch: removed window build for now
  • Loading branch information
Az-r-ow authored Mar 9, 2024
2 parents c2041ac + 5724466 commit c46c2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: [3.9, 3.10]
os: [ubuntu-latest, macOS-latest]
python-version: ["3.9", "3.10"]

steps:
- name: Checkout code
Expand Down

0 comments on commit c46c2c4

Please sign in to comment.