Skip to content

Commit

Permalink
Disabled CI tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Jul 16, 2024
1 parent 4cc5d59 commit 6a8e420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11']

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ isolated_build=true
platform =
macos: darwin
linux: linux
; windows: win32
windows: win32
passenv =
CI
GITHUB_ACTIONS
Expand Down

0 comments on commit 6a8e420

Please sign in to comment.