Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 7, 2024
1 parent 87a4f90 commit 8a44c18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ 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
working-directory: qsa-api
run: poetry install
- name: Run tests
run: cd qsa-api && pytest -sv tests/test_api_storage_filesystem.py
working-directory: qsa-api
run: pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit 8a44c18

Please sign in to comment.