Skip to content

Commit

Permalink
sadf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 7, 2024
1 parent 8e5c781 commit 87a4f90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- uses: actions/checkout@v4
- name: install system dependencies
run: apt update && apt install -y python3-poetry python3-flask python3-boto3
# - name: Install Python dependencies
# run: cd qsa-api && poetry install
- name: Install Python dependencies
run: cd qsa-api && poetry install
working-directory: qsa-api
run: poetry install
- name: Run tests
run: cd qsa-api && pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit 87a4f90

Please sign in to comment.