File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 with :
7171 path : ~/conda_pkgs_dir
7272 key : ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
73- hashFiles('conda/dev.yml') }}} -python${{ matrix.python-version }}
73+ hashFiles('conda/dev.yml') }}-python${{ matrix.python-version }}
7474
7575 - name : Build Conda Environment
7676 uses : conda-incubator/setup-miniconda@v3
@@ -144,7 +144,7 @@ jobs:
144144 environment-file : conda/dev.yml
145145 channel-priority : flexible # Changed from strict to flexible
146146 auto-update-conda : true
147- python-version : " 3.11 " # Use stable Python version for docs
147+ python-version : " 3.13 " # Use stable Python version for docs
148148
149149 - if : ${{ needs.check-jobs-to-skip.outputs.should_skip != 'true' }}
150150 name : Show Conda Environment Info
You can’t perform that action at this time.
0 commit comments