From ac53269f50e63fb326f42bd946de02e70079ac4e Mon Sep 17 00:00:00 2001 From: Hubert Baniecki Date: Wed, 2 Oct 2024 19:20:41 +0200 Subject: [PATCH] [python] update github actions --- tox.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index f5aeed38..887c674d 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = @@ -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