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 f076a5a commit e85ff30Copy full SHA for e85ff30
.github/workflows/integration-tests.yml
@@ -36,8 +36,8 @@ jobs:
36
# --- Python side: Set up Python and run FastAPI integration tests ---
37
- uses: actions/setup-python@v5
38
with:
39
- python-version: '3.11'
40
-
+ python-version: '3.11' # No cache for pip
+
41
# Check if requirements.txt exists and only install if it does
42
- name: Install Python dependencies (if requirements.txt exists)
43
run: |
0 commit comments