mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 05:12:58 +00:00
fix sha error in npm (#236)
Currently getting a `npm ERR! code EINTEGRITY` on merge, need to fix asap. https://stackoverflow.com/questions/75905223/github-action-npm-install-give-code-eintegrity-integrity-checksum-failed
This commit is contained in:
5
.github/workflows/docs_test.yml
vendored
5
.github/workflows/docs_test.yml
vendored
@@ -67,8 +67,6 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
cache-dependency-path: docs/test/package-lock.json
|
||||
- name: Install dependecies needed for ubuntu
|
||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||
run: |
|
||||
@@ -76,8 +74,7 @@ jobs:
|
||||
- name: Install node dependencies
|
||||
run: |
|
||||
cd docs/test
|
||||
npm cache clean --force
|
||||
npm ci
|
||||
npm install
|
||||
- name: Rust cache
|
||||
uses: swatinem/rust-cache@v2
|
||||
- name: Install LanceDB
|
||||
|
||||
Reference in New Issue
Block a user