Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Kick CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 14, 2023
1 parent 96faa34 commit 2f75929
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ jobs:

# Cribbed from
# https://github.com/AustinScola/mypy-cache-github-action/blob/85ea4f2972abed39b33bd02c36e341b28ca59213/src/restore.ts#L10-L17
- name: Restore/persist mypy's cache
uses: actions/cache@v3
with:
path: |
.mypy_cache
key: mypy-cache-${{ github.context.sha }}
restore-keys: mypy-cache-
# - name: Restore/persist mypy's cache
# uses: actions/cache@v3
# with:
# path: |
# .mypy_cache
# key: mypy-cache-${{ github.context.sha }}
# restore-keys: mypy-cache-

- name: Run mypy
run: poetry run mypy
Expand Down

0 comments on commit 2f75929

Please sign in to comment.