Skip to content

Commit 8cd63a5

Browse files
committed
ci: fix setup for python 314
1 parent 24d107f commit 8cd63a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_be.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
if: ${{ matrix.python-version == '3.12' }}
120120
run: hatch run typecheck:check
121121

122+
# Required since python3.14 not pulled automatically for now.
123+
- uses: actions/setup-python@v6
124+
with:
125+
python-version: ${{ matrix.python-version }}
126+
122127
# Test with base dependencies
123128
- name: Test with base dependencies
124129
if: ${{ matrix.dependencies == 'core' }}

0 commit comments

Comments
 (0)