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 1598a58 commit c112e35Copy full SHA for c112e35
3 files changed
.github/workflows/ci-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install Node Dependencies
42
shell: bash
43
- run: npm install --ignore-scripts
+ run: npm ci --ignore-scripts
44
45
- name: Test with pytest
46
id: pytest
.gitignore
@@ -164,7 +164,6 @@ node_modules/
164
npm-debug.log*
165
yarn-debug.log*
166
yarn-error.log*
167
-package-lock.json
168
169
# Jest
170
.jest-cache/
0 commit comments