We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc53aa2 commit 15ce4f6Copy full SHA for 15ce4f6
1 file changed
.github/workflows/tests.yml
@@ -57,8 +57,6 @@ jobs:
57
58
- name: Install Python Deps
59
if: steps.release.outputs.version == 0
60
- env:
61
- PIP_PRE: ${{ matrix.python-version == '3.13' && '1' || '0' }}
62
run: |
63
pip install -e .[test,dev]
64
0 commit comments