Skip to content

Commit

Permalink
Add __init__.py for test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Oct 17, 2024
1 parent a613da4 commit 73f66c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fastapi_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install poetry
run: pip install poetry --no-cache-dir
run: pip install poetry --no-cache-dir poetry==1.8

- name: Make poetry use local .venv folder
run: poetry config virtualenvs.in-project true
Expand Down
Empty file added fastapi_server/test/__init__.py
Empty file.

0 comments on commit 73f66c2

Please sign in to comment.