Skip to content

Commit

Permalink
Fixing windows architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 10, 2024
1 parent 913a1dc commit 2bde073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
]
wheel_combinations: [
#["ubuntu-latest", "x86_64"],
["windows-latest", "x86_64"],
["windows-latest", "AMD64"],
#["macos13", "x86_64"],
#["macos13", "arm64"],
#["macos14", "x86_64"],
Expand Down

0 comments on commit 2bde073

Please sign in to comment.