Skip to content

Commit

Permalink
[python] turn off github actions for windows due to an error
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Jun 7, 2024
1 parent cb48104 commit 28a936b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest] # windows-latest
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311}-{linux,macos,windows}
envlist = py{38,39,310,311}-{linux,macos} ; windows
toxworkdir={toxinidir}/python/dalex/.tox
temp_dir={toxinidir}/python/dalex/.tmp
setupdir={toxinidir}/python/dalex/
Expand All @@ -16,7 +16,7 @@ python =
PLATFORM =
ubuntu-latest: linux
macos-latest: macos
windows-latest: windows
; windows-latest: windows

[testenv]
changedir = {toxinidir}/python/dalex/test
Expand Down

0 comments on commit 28a936b

Please sign in to comment.