Skip to content

Commit 9cd0d31

Browse files
author
a.pirogov
committed
try disabling cache in action
1 parent 38fb04f commit 9cd0d31

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,16 @@ jobs:
3232
run: pip install poethepoet pre-commit safety
3333

3434
# NOTE: using custom cache, to include pre-commit linters + deps
35-
- uses: actions/cache@v3
36-
with:
37-
path: |
38-
~/.cache/pre-commit
39-
~/.cache/pip
40-
key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
35+
# - uses: actions/cache@v3
36+
# with:
37+
# path: |
38+
# ~/.cache/pre-commit
39+
# ~/.cache/pip
40+
# key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
4141

4242
- name: Check that all static analysis tools run without errors
4343
run: |
4444
poetry install # so somesy can check itself
45-
somesy sync
46-
git diff
4745
poetry run poe lint --all-files
4846
4947
- name: Scan dependencies for known vulnerabilities

0 commit comments

Comments
 (0)