Skip to content

Commit

Permalink
Remove superfluous --python from Cirrus Nox run.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Nov 8, 2021
1 parent b9de1fc commit 5340ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ benchmark_task:
- if [ -n "${IRIS_SOURCE}" ]; then echo "${IRIS_SOURCE}"; fi
benchmarks_script:
- export CONDA_OVERRIDE_LINUX="$(uname -r | cut -d'+' -f1)"
- nox --session=tests --python --install-only
- nox --session=tests --install-only
- export DATA_GEN_PYTHON=$(realpath $(find .nox -path "*tests*bin/python"))
- nox --session="benchmarks(ci compare)"

0 comments on commit 5340ce6

Please sign in to comment.