Skip to content

Commit

Permalink
install the python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 3, 2024
1 parent 42ab4d9 commit 9def87d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
node-version: 18.x
- run: npm install --ignore-scripts
- run: npx node-pre-gyp configure --debug --enable_coverage
- run: npx node-pre-gyp build
- run: npx node-pre-gyp build -j max
- run: python3 -m pip install --upgrade pip
- run: pip3 install -r test/requirements.txt
- run: npx c8 npm test
Expand Down Expand Up @@ -243,6 +243,8 @@ jobs:
- run: npm install --ignore-scripts
- run: npx @mapbox/node-pre-gyp configure --debug --enable_asan
- run: npx @mapbox/node-pre-gyp build -j max
- run: python3 -m pip install --upgrade pip
- run: pip3 install -r test/requirements.txt
- run: npm test -- --repeats 10
env:
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libasan.so.6
Expand Down

0 comments on commit 9def87d

Please sign in to comment.