Skip to content

Commit

Permalink
correct wget
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoucet committed Jun 12, 2024
1 parent d67affa commit 2793fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Download test assets
run: |
wget "https://www.dropbox.com/scl/fi/55xel2c2mitlvce0msukr/assets.zip?rlkey=dfskodyyqc99cikzzboqlfx4p&dl=1"
wget -O assets.zip "https://www.dropbox.com/scl/fi/55xel2c2mitlvce0msukr/assets.zip?rlkey=dfskodyyqc99cikzzboqlfx4p&dl=1"
- name: Unzip test assets
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt install libvips libvips-dev openslide-tools
- name: Run reader tests
run: |
python reader_tests.py
Expand Down

0 comments on commit 2793fd0

Please sign in to comment.