Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 6, 2024
1 parent 6614f8c commit afd7cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install poetry
- run: apt update && apt install -y python3-poetry python3-flask python3-boto3
- run: poetry install
# - run: poetry run pytest -sv tests/test_api_storage_filesystem.py
- run: poetry run pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit afd7cae

Please sign in to comment.