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 3364f0d commit 77b430b
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 @@ -29,5 +29,8 @@ jobs:
sudo apt-get clean
- run: sudo apt update && sudo apt install -y python3-poetry python3-flask python3-boto3
- run: poetry install
- run: pytest -sv tests/test_api_storage_filesystem.py
- run: |
python -m pip install --upgrade pip
pip install pytest
pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit 77b430b

Please sign in to comment.