Skip to content

Commit

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

0 comments on commit b47f68a

Please sign in to comment.