From f1b7a8b58ad1e16b69e6613b8478362b40bbdf87 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Tue, 18 Jun 2024 11:50:57 -0500 Subject: [PATCH] * update pixi schedule task for windows --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index a306d7f..050f277 100644 --- a/pixi.toml +++ b/pixi.toml @@ -55,4 +55,4 @@ update-version = { cmd = "python scripts/update_version.py -v"} create-codejson = { cmd = "make-code-json" } [target.win-64.tasks] -autotest-schedule = { cmd = "pytest -v -m='schedule' --durations=0 --cov=pymake --cov-report=xml --basetemp=$RUNNER_TEMP/pytest_temp --keep-failed .failed", cwd = "autotest" } +autotest-schedule = { cmd = "pytest -v -m='schedule' --durations=0 --cov=pymake --cov-report=xml --basetemp=$(pwd)/temp --keep-failed .failed", cwd = "autotest" }