Skip to content

Commit

Permalink
ci: download prebuilds before install
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jul 27, 2023
1 parent 947f61b commit 43c03d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
- name: Install pipenv
run: |
curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- run: npm ci
- uses: actions/download-artifact@v3
with:
name: prebuilds
path: packages/parquet-reader/prebuilds
- run: npm ci
- name: Release
env:
GH_TOKEN: ${{ secrets.RELEASE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test/**
# test outputs
dist/test/**
# cmake output
packages/*/build/**
**/parquet-reader/build/**
Dockerfile
packages/parquet-reader/*
!packages/parquet-reader/dist/*.js
Expand Down

0 comments on commit 43c03d9

Please sign in to comment.