diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index c01102b..a68c6c3 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -10,10 +10,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' - name: Add conda to system path run: | # $CONDA is an environment variable pointing to the root of the miniconda directory