From 8a0bafb2ad4b082cf68ebb902a1d66dc6a224b2b Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Thu, 11 Apr 2024 07:44:26 -0700 Subject: [PATCH] wip6 --- .github/workflows/pdp_cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pdp_cicd.yml b/.github/workflows/pdp_cicd.yml index 71b25037..e7db1da9 100644 --- a/.github/workflows/pdp_cicd.yml +++ b/.github/workflows/pdp_cicd.yml @@ -53,7 +53,7 @@ jobs: - name: Python setup uses: actions/setup-python@v5 with: - python-version: '3.10.3' + python-version: '3.11.8' - name: Run E2E tests working-directory: ./permit-backend/proactive_tests/sidecar