summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfacelessuser <faceless.shop@gmail.com>2021-08-04 12:08:22 -0600
committerWaylan Limberg <waylan.limberg@icloud.com>2021-08-04 14:26:18 -0400
commitf0b7f98e62703c7387eb39e02ba2b7fc18615d91 (patch)
tree6d4e9db6418424be5d10e813045da02e0c9219dd
parentc1724406ae518a4b295406cdb076a5804fee3ef3 (diff)
downloadpython-markdown-f0b7f98e62703c7387eb39e02ba2b7fc18615d91.tar.gz
Fix cache error in CI
If cache is desired, we should look into this in the future and do it properly.
-rw-r--r--.github/workflows/tox.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml
index 4b4ef3c..e7e8afc 100644
--- a/.github/workflows/tox.yml
+++ b/.github/workflows/tox.yml
@@ -84,7 +84,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '10'
- cache: npm
+ # cache: npm
- name: Install dependencies
run: |
python -m pip install --upgrade pip tox