Skip to content

Commit

Permalink
omg.
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 1, 2023
1 parent ed04d89 commit 4e28c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Download
run: |
mkdir input/
cat ${{ matrix.index }} | jq -rc '.[] | [.name, .id] | @tsv' | parallel --colsep '\t' -N 2 wget -nv -O input/{2}.parquet {1}
cat ${{ matrix.index }} | jq -rc '.[] | [.name, .id] | @tsv' | parallel --colsep '\t' wget -nv -O input/{2}.parquet {1}
- run: ls -la ${{ github.workspace }}/input/

Expand Down

0 comments on commit 4e28c3d

Please sign in to comment.