Skip to content

Commit

Permalink
Rollback the uv version check script
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 25, 2024
1 parent a99ec91 commit 165e78f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/check_uv.sh

This file was deleted.

4 changes: 3 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ To setup the environment manually you will need:

- Just: [just.systems](https://just.systems/)
- uv `>=0.4.27`: [docs.astral.sh](https://docs.astral.sh/uv/getting-started/installation/)
* If you have an older manually installed `uv` version, you can upgrade it with `uv self update`.
* If you have an older manually installed `uv` version you can upgrade it
with `uv self update`, or by following the instructions in your package
manager.

The extended test suite has additional requirements. These are **optional**; tests that require them will be skipped if they are not installed.

Expand Down
2 changes: 0 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ setup-extras:

# Run the pre-commit checks.
check:
# Ensure that the uv version is supported
./.github/check_uv.sh
uv run pre-commit run --all-files

# Compile integration test binaries.
Expand Down

0 comments on commit 165e78f

Please sign in to comment.