diff --git a/.github/workflows/integration_test_and_build_all_packages_ci.yml b/.github/workflows/integration_test_and_build_all_packages_ci.yml index cc497d15..1e6aec0e 100644 --- a/.github/workflows/integration_test_and_build_all_packages_ci.yml +++ b/.github/workflows/integration_test_and_build_all_packages_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Python 3.7 uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: '3.7' # Restore the python cache if it exists - name: Restore python cache @@ -114,7 +114,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' # Restore the python cache if it exists - name: Restore python cache