mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
do not regenerate lock files
This commit is contained in:
parent
2ef4982e04
commit
de4e709fa3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: rye sync
|
||||
if: steps.changes.outputs.sources == 'true'
|
||||
run: rye sync --all-features
|
||||
run: rye sync --no-lock --all-features
|
||||
|
||||
- name: ruff format
|
||||
if: steps.changes.outputs.sources == 'true'
|
||||
|
|
Loading…
Reference in a new issue