Skip to content

Commit

Permalink
Update .ci/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 21, 2025
1 parent 0ed60e4 commit e301d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ "$TASK" == "cpp-tests" ]]; then
exit 0
fi

# including python=version=*_cp* to ensure that conda prefers CPython and doesn't fall back to
# including python=version=[build=*_cp*] to ensure that conda prefers CPython and doesn't fall back to
# other implementations like pypy
CONDA_PYTHON_REQUIREMENT="python=${PYTHON_VERSION}[build=*_cp*]"

Expand Down

0 comments on commit e301d3f

Please sign in to comment.