We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a3eea commit b1dae9aCopy full SHA for b1dae9a
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
limit-access-to-actor: true
67
- name: Install Dependencies
68
- # if: steps.cache.outputs.cache-hit != 'true'
+ if: steps.cache.outputs.cache-hit != 'true'
69
run: pip install -r requirements-tests.txt
70
- name: Install Pydantic v1
71
if: matrix.pydantic-version == 'v1'
0 commit comments