We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbea0bb commit 44a68f5Copy full SHA for 44a68f5
.github/workflows/ci_e2e_workflow.yml
@@ -68,7 +68,7 @@ jobs:
68
retry 5 python setup.py extension
69
mkdir logs
70
- name: Install .[test-deferred-bindings] for 3.9, 3.10, 3.11
71
- if: matrix.python-version != "3.7" && matrix.python-version != "3.8"
+ if: matrix.python-version != 3.7 && matrix.python-version != 3.8
72
run: python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-deferred-bindings]
73
- name: Grant execute permission
74
run: chmod +x .github/Scripts/e2e-tests.sh
0 commit comments