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 42e7599 commit e2c5d3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
python3-pytest python3-mock xvfb qttools5-dev-tools && \
sudo apt-get clean
- run: sudo apt update && sudo apt install -y python3-poetry python3-flask python3-boto3
- run: pip install pytest
- run: pytest --version
- run: poetry install
- run: pip install pytest
- run: pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit e2c5d3a

Please sign in to comment.