Skip to content

Commit

Permalink
Add more required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Nov 19, 2024
1 parent 9cd473b commit 3814813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install fsspec
python -m pip install fsspec, requests, aiohttp
- name: Download test images
if: ${{ steps.cache-test-images.outputs.cache-hit != 'true' }}
run: python tests/download_test_images.py
Expand Down

0 comments on commit 3814813

Please sign in to comment.