Skip to content

Commit

Permalink
rm duckduckgo_search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Jun 12, 2024
1 parent ac26f4c commit 8b340ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
5 changes: 3 additions & 2 deletions .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 All @@ -53,4 +54,4 @@ jobs:
- name: Run DB Migration
run: |
cd api
poetry run flask db upgrade
poetry run python -m flask db upgrade

0 comments on commit 8b340ab

Please sign in to comment.