Skip to content

Commit f0b7f98

Browse files
facelessuserwaylan
authored andcommitted
Fix cache error in CI
If cache is desired, we should look into this in the future and do it properly.
1 parent c172440 commit f0b7f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/setup-node@v2
8585
with:
8686
node-version: '10'
87-
cache: npm
87+
# cache: npm
8888
- name: Install dependencies
8989
run: |
9090
python -m pip install --upgrade pip tox

0 commit comments

Comments
 (0)