Skip to content

Commit

Permalink
Bruh........
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 30, 2023
1 parent 7ddda97 commit 126915b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ jobs:
- name: Ingest
run: |
mkdir combined/
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 {}
find dataset/ -name '*.parquet' | parallel -j 1 --xargs -n4 poetry run pypi-data run-sql ${{ github.workspace }}/sql/unique_python_files.prql --per-thread-output --output=parquet --threads=2 combined/{#}.parquet {}
- name: List
run: ls combined/

- name: Combine
run: |
poetry run pypi-data run-sql ${{ github.workspace }}/sql/unique_python_files_combine.prql --per-thread-output --output=parquet --memory=3 --threads=2 unique-python-files.parquet combined/*.parquet
- name: List
run: ls combined/
#
# - name: Gets latest created release info
# id: latest_release_info
Expand Down

0 comments on commit 126915b

Please sign in to comment.