Skip to content

Commit

Permalink
* update pixi schedule task for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 18, 2024
1 parent b9751f0 commit f1b7a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit f1b7a8b

Please sign in to comment.