Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed Oct 3, 2024
1 parent b21511f commit a1d215f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.9"

- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion headers
Submodule headers updated 0 files

0 comments on commit a1d215f

Please sign in to comment.