Skip to content

Commit

Permalink
maybe 4?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 2, 2023
1 parent b751932 commit 61185b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Ingest
run: |
mkdir combined/
find dataset/ -name '*.parquet' | parallel -j 1 --xargs -n3 poetry run pypi-data run-sql ${{ github.workspace }}/sql/unique_python_files.prql --output=parquet --threads=2 combined/{#}.parquet {}
find dataset/ -name '*.parquet' | parallel -j 1 --xargs -n4 poetry run pypi-data run-sql ${{ github.workspace }}/sql/unique_python_files.prql --output=parquet --threads=2 combined/{#}.parquet {}
- name: List
run: ls combined/
Expand Down

0 comments on commit 61185b8

Please sign in to comment.