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 9e388df commit b5a302aCopy full SHA for b5a302a
.github/workflows/release_test.yaml
@@ -186,9 +186,9 @@ jobs:
186
PYTHON3_WHEEL: ${{ needs.package_python3.outputs.wheel }}
187
run: |
188
if [[ "${{ matrix.package_type }}" == "sdist" ]]; then
189
- pip3.13 install "dist/$PYTHON3_SDIST"
+ pip3.14 install "dist/$PYTHON3_SDIST"
190
else
191
- pip3.13 install "dist/$PYTHON3_WHEEL"
+ pip3.14 install "dist/$PYTHON3_WHEEL"
192
fi
193
194
- name: Checkout
@@ -201,7 +201,7 @@ jobs:
201
202
- name: Test typing
203
204
- pip3.13 install 'mypy<1.12.0' types-setuptools
+ pip3.14 install 'mypy<1.12.0' types-setuptools
205
mypy --strict typing_test/test_typing.py
206
207
if mypy --strict typing_test/test_badtyping.py; then
0 commit comments