We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d107f commit 8cd63a5Copy full SHA for 8cd63a5
.github/workflows/test_be.yaml
@@ -119,6 +119,11 @@ jobs:
119
if: ${{ matrix.python-version == '3.12' }}
120
run: hatch run typecheck:check
121
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
+
127
# Test with base dependencies
128
- name: Test with base dependencies
129
if: ${{ matrix.dependencies == 'core' }}
0 commit comments