Skip to content

Commit

Permalink
revert testing-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 10, 2025
1 parent d1726ae commit cb677b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ repos:
- id: check-yaml
exclude: '^conda/recipes/.*meta\.yaml$'
- id: check-added-large-files
# - repo: https://github.com/shellcheck-py/shellcheck-py
# rev: v0.10.0.1
# hooks:
# - id: shellcheck
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rapids-mamba-retry install \
--channel legate/label/experimental \
--channel conda-forge \
--channel nvidia \
"legate-boost<25"
"legate-boost=${LEGATEBOOST_VERSION}"

rapids-print-env

Expand Down
2 changes: 1 addition & 1 deletion ci/test_python_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ rapids-mamba-retry install \
--channel legate/label/experimental \
--channel conda-forge \
--channel nvidia \
"legate-boost<25"
"legate-boost=${LEGATEBOOST_VERSION}"

0 comments on commit cb677b3

Please sign in to comment.