diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 05d326bb49..c13271b9a6 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -67,7 +67,7 @@ jobs: # won't break this job at the PR stage. - name: Python 3.12 with latest dev versions of key dependencies, and remote data os: ubuntu-latest - python: '3.12-dev' + python: '3.12' toxenv: py312-test-devdeps toxposargs: --remote-data --run-slow allow_failure: true