Skip to content

Commit

Permalink
[python] update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Oct 2, 2024
1 parent 56b2ec9 commit ac53269
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[tox]
envlist = py{38,39,310,311}-{linux,macos}
envlist = py{38,39,310,311}
toxworkdir={toxinidir}/python/dalex/.tox
temp_dir={toxinidir}/python/dalex/.tmp
setupdir={toxinidir}/python/dalex/
skip_missing_interpreters=true

[gh-actions]
python =
Expand All @@ -8,11 +12,6 @@ python =
3.10: py310
3.11: py311

[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
macos-latest: macos

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

0 comments on commit ac53269

Please sign in to comment.