Skip to content

Commit 56b2ec9

Browse files
committed
[python] update github actions
1 parent 7988bf7 commit 56b2ec9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[tox]
2-
envlist = py{38,39,310,311}-{linux,macos} ; windows
3-
toxworkdir={toxinidir}/python/dalex/.tox
4-
temp_dir={toxinidir}/python/dalex/.tmp
5-
setupdir={toxinidir}/python/dalex/
6-
skip_missing_interpreters=true
2+
envlist = py{38,39,310,311}-{linux,macos}
73

84
[gh-actions]
95
python =
@@ -16,7 +12,6 @@ python =
1612
PLATFORM =
1713
ubuntu-latest: linux
1814
macos-latest: macos
19-
; windows-latest: windows
2015

2116
[testenv]
2217
changedir = {toxinidir}/python/dalex/test

0 commit comments

Comments
 (0)