diff --git a/.github/workflows/cypress_e2e.yml b/.github/workflows/cypress_e2e.yml index 952e4fc46d..7da0f97836 100644 --- a/.github/workflows/cypress_e2e.yml +++ b/.github/workflows/cypress_e2e.yml @@ -26,6 +26,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup Python 3.10 + uses: actions/setup-python@v5 + with: + python-version: "3.10" + - name: Install Nox run: pip install nox>=2022