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 7988bf7 commit 56b2ec9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[tox]
envlist = py{38,39,310,311}-{linux,macos} ; windows
toxworkdir={toxinidir}/python/dalex/.tox
temp_dir={toxinidir}/python/dalex/.tmp
setupdir={toxinidir}/python/dalex/
skip_missing_interpreters=true
envlist = py{38,39,310,311}-{linux,macos}

[gh-actions]
python =
Expand All @@ -16,7 +12,6 @@ python =
PLATFORM =
ubuntu-latest: linux
macos-latest: macos
; windows-latest: windows

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

0 comments on commit 56b2ec9

Please sign in to comment.