Skip to content

Commit

Permalink
Explicitly install node during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Sep 25, 2024
1 parent dfa1e86 commit b57e36d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
- uses: hynek/setup-cached-uv@v2
- run: |
npm install
echo "$(pwd)/node_modules/.bin" >> "$GITHUB_PATH"
- name: Prepare tox
run: |
V=${{ matrix.python-version }}
Expand Down

0 comments on commit b57e36d

Please sign in to comment.