Skip to content

Commit 70d26e5

Browse files
committed
Revert ignore cache
1 parent 0704c5e commit 70d26e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- name: Install poetry
5555
run: make install-poetry
5656
- uses: actions/setup-python@v5
57-
# with:
58-
# python-version: ${{ matrix.python }}
59-
# cache: poetry
60-
# cache-dependency-path: ./poetry.lock
57+
with:
58+
python-version: ${{ matrix.python }}
59+
cache: poetry
60+
cache-dependency-path: ./poetry.lock
6161
- name: Install system dependencies
6262
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
6363
- name: Install

0 commit comments

Comments
 (0)