Skip to content

Commit

Permalink
Fix wget command
Browse files Browse the repository at this point in the history
  • Loading branch information
adonath committed Oct 17, 2023
1 parent 25d8003 commit 428fa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mamba env update -f environment.yaml
if: steps.cache.outputs.cache-hit != 'true'
- name: Download test files
run:
run: |
cd data
wget https://github.com/adonath/snakemake-workflow-fermi-lat-test-data/raw/main/L231017092559388FF7BE86_PH00.fits
wget https://github.com/adonath/snakemake-workflow-fermi-lat-test-data/raw/main/L231017092559388FF7BE86_SC00.fits
Expand Down

0 comments on commit 428fa04

Please sign in to comment.