diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cf958a9b..0802e5ee 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' cache: 'pip' - name: Install test dependencies