Skip to content

Commit e85ff30

Browse files
authored
Update integration-tests.yml
1 parent f076a5a commit e85ff30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
# --- Python side: Set up Python and run FastAPI integration tests ---
3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: '3.11'
40-
39+
python-version: '3.11' # No cache for pip
40+
4141
# Check if requirements.txt exists and only install if it does
4242
- name: Install Python dependencies (if requirements.txt exists)
4343
run: |

0 commit comments

Comments
 (0)