Skip to content

Commit 706f5f8

Browse files
committed
another attempt
1 parent 94591d3 commit 706f5f8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,12 @@ jobs:
6666
- name: Cache poetry
6767
uses: actions/cache@v4
6868
with:
69-
path: ~/.cache/poetry # This path is specific to Ubuntu
69+
path: .venv
7070
# Look to see if there is a cache hit for the corresponding requirements file
7171
key: ${{ matrix.platform }}-${{ matrix.python }}-pyproject.toml-${{ hashFiles('pyproject.toml') }}
72-
restore-keys: |
73-
${{ matrix.platform }}-${{ matrix.python }}-pyproject.toml-${{hashFiles('pyproject.toml')}}}
74-
7572

7673
- name: Install Python dependencies
77-
run: poetry install -q
74+
run: poetry install
7875

7976
- name: Install Redis Server
8077
working-directory: redis

0 commit comments

Comments
 (0)