Skip to content

Commit 272e408

Browse files
committed
Explicitly install
1 parent dfa1e86 commit 272e408

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
cache: 'npm'
3434
cache-dependency-path: package-lock.json
3535
- uses: hynek/setup-cached-uv@v2
36+
- run: |
37+
npm install
38+
echo "$(pwd)/node_modules/.bin" >> "$GITHUB_PATH"
39+
3640
- name: Prepare tox
3741
run: |
3842
V=${{ matrix.python-version }}

0 commit comments

Comments
 (0)