Skip to content

Commit f6645d0

Browse files
authored
Merge pull request #139 from dreadnode/fix/remove-ci-caching
fix: remove caching from CI test workflow
2 parents a2f2e23 + 1aa572a commit f6645d0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ jobs:
3939
poetry config virtualenvs.create true --local
4040
poetry config virtualenvs.in-project true --local
4141
42-
- name: Cache dependencies
43-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44-
with:
45-
path: ./.venv
46-
key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
47-
restore-keys: |
48-
venv-${{ runner.os }}-py${{ matrix.python-version }}-
49-
5042
- name: Install package
5143
run: poetry install --all-extras
5244

0 commit comments

Comments
 (0)