Skip to content

Commit

Permalink
Update uv.lock file and use --locked in uv sync (#913)
Browse files Browse the repository at this point in the history
* Update uv.lock file

* Use `--locked` with `uv sync` CI
  • Loading branch information
ml-evs authored Oct 8, 2024
1 parent c2392a9 commit ec5d977
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
working-directory: ./pydatalab
run: |
uv sync --all-extras
uv sync --locked --all-extras
- name: Run pre-commit
working-directory: ./pydatalab
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install locked versions of dependencies
working-directory: ./pydatalab
run: |
uv sync --all-extras
uv sync --locked --all-extras
- name: Run all tests
working-directory: ./pydatalab
Expand Down
10 changes: 5 additions & 5 deletions pydatalab/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec5d977

Please sign in to comment.