mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-12 14:13:22 +03:00
chore: Update working directory in release-please-core.yml
This commit is contained in:
parent
9199493744
commit
61f1b621dd
3
.github/workflows/release-please-core.yml
vendored
3
.github/workflows/release-please-core.yml
vendored
@ -40,14 +40,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: core/
|
||||
working-directory: core
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rye
|
||||
uses: eifinger/setup-rye@v2
|
||||
with:
|
||||
enable-cache: true
|
||||
working-directory: core/
|
||||
- name: Rye Sync
|
||||
run: cd core/ && UV_INDEX_STRATEGY=unsafe-first-match rye sync --no-lock
|
||||
- name: Rye Build
|
||||
|
Loading…
Reference in New Issue
Block a user