Skip to content

Commit b1dae9a

Browse files
committed
Re add cache
1 parent 80a3eea commit b1dae9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
limit-access-to-actor: true
6767
- name: Install Dependencies
68-
# if: steps.cache.outputs.cache-hit != 'true'
68+
if: steps.cache.outputs.cache-hit != 'true'
6969
run: pip install -r requirements-tests.txt
7070
- name: Install Pydantic v1
7171
if: matrix.pydantic-version == 'v1'

0 commit comments

Comments
 (0)