Skip to content

Commit

Permalink
Disable tests on Win for now
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Feb 26, 2024
1 parent a0cc317 commit 6df92a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
# platform: [windows-latest]
# , macos-latest
platform: [ubuntu-latest, windows-latest]
# platform: [ubuntu-latest, windows-latest] # , macos-latest
platform: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']

steps:
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39,310}-{linux,windows}
envlist = py{38,39,310}-{linux}
; envlist = py{38,39,310}-{linux,macos,windows}
isolated_build=true

Expand All @@ -13,13 +13,13 @@ python =
[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
windows-latest: windows
; windows-latest: windows
; macos-latest: macos

[testenv]
platform =
linux: linux
windows: win32
; windows: win32
; macos: darwin
passenv =
CI
Expand Down

0 comments on commit 6df92a5

Please sign in to comment.