Skip to content

Commit ac53269

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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tox.ini

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

48
[gh-actions]
59
python =
@@ -8,11 +12,6 @@ python =
812
3.10: py310
913
3.11: py311
1014

11-
[gh-actions:env]
12-
PLATFORM =
13-
ubuntu-latest: linux
14-
macos-latest: macos
15-
1615
[testenv]
1716
changedir = {toxinidir}/python/dalex/test
1817
commands = discover

0 commit comments

Comments
 (0)