We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bfe7b commit aab36adCopy full SHA for aab36ad
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
run: pip install -r requirements/test-run.txt
28
- name: Run Tests
29
run: |
30
+ npm install -g npm@v7.13.0
31
nox -s test -- pytest[--headless]
32
test-python-versions:
33
runs-on: ${{ matrix.os }}
@@ -48,6 +49,7 @@ jobs:
48
49
50
51
52
53
nox -s test -- pytest[--headless,--no-cov]
54
test-javascript:
55
runs-on: ubuntu-latest
0 commit comments