diff --git a/.github/workflows/python-conda-build.yaml b/.github/workflows/python-conda-build.yaml index 39c20e3..7aa8c88 100644 --- a/.github/workflows/python-conda-build.yaml +++ b/.github/workflows/python-conda-build.yaml @@ -9,10 +9,10 @@ jobs: max-parallel: 5 steps: - uses: actions/checkout@v2 - - name: Set up Python 3.10 + - name: Set up Python 3.12.3 uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: 3.12.3 - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory