diff options
| author | facelessuser <faceless.shop@gmail.com> | 2021-08-04 12:08:22 -0600 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2021-08-04 14:26:18 -0400 |
| commit | f0b7f98e62703c7387eb39e02ba2b7fc18615d91 (patch) | |
| tree | 6d4e9db6418424be5d10e813045da02e0c9219dd /.github/workflows | |
| parent | c1724406ae518a4b295406cdb076a5804fee3ef3 (diff) | |
| download | python-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.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tox.yml | 2 |
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 |
