Skip to content

Commit

Permalink
Undo #2909 due to unexpected test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Dec 10, 2021
1 parent c075dab commit abbe86b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -37,7 +37,6 @@ jobs:
uses: actions/checkout@v2

- name: Cache nltk data
if: ${{ !contains(github.event.head_commit.message, '/nocache') }}
uses: actions/cache@v2
id: restore-cache
with:
Expand All @@ -60,7 +59,6 @@ jobs:
uses: actions/checkout@v2

- name: Cache third party tools
if: ${{ !contains(github.event.head_commit.message, '/nocache') }}
uses: actions/cache@v2
id: restore-cache
with:
Expand Down Expand Up @@ -98,7 +96,6 @@ jobs:
if: runner.os == 'Linux'

- name: Cache dependencies
if: ${{ !contains(github.event.head_commit.message, '/nocache') }}
uses: actions/cache@v2
id: restore-cache
with:
Expand Down

0 comments on commit abbe86b

Please sign in to comment.