Skip to content

Commit

Permalink
Fix pip install of multiple packages
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Nov 19, 2024
1 parent 3814813 commit f113177
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, requests, aiohttp
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 f113177

Please sign in to comment.