Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Jun 11, 2024
1 parent 6fa26f4 commit 3b232b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache-dependency-path: |
./api/pyproject.toml
api/pyproject.toml
api/poetry.lock
- name: Poetry check
run: poetry check -C api
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/db-migration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
cache-dependency-path: |
./api/pyproject.toml
api/pyproject.toml
api/poetry.lock
- name: Install dependencies
run: poetry install -C api
Expand Down

0 comments on commit 3b232b4

Please sign in to comment.