Skip to content

Commit bfb4e01

Browse files
committed
Further updates
1 parent 1a8dd28 commit bfb4e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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

0 commit comments

Comments
 (0)