Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 26, 2023
1 parent c09eaa6 commit 45fb818
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,14 @@ jobs:
- name: Download links
run: cat ${{ matrix.index }} | jq -rc '.[]'

- name: Download
run: |
mkdir input/
cat ${{ matrix.index }} | jq -rc '.[]' | parallel wget -nv -O input/{#}.parquet {}
- name: Combine
run: |
poetry run pypi-data run-sql ${{ github.workspace }}/sql/combine.prql output.parquet $(cat ${{ matrix.index }} | jq -rc '.[]')
poetry run pypi-data run-sql ${{ github.workspace }}/sql/combine.prql output.parquet input/*.parquet
- name: Upload Assets
uses: shogo82148/actions-upload-release-asset@v1
Expand Down

0 comments on commit 45fb818

Please sign in to comment.