Skip to content

Commit 44a68f5

Browse files
author
Victoria Hall
committed
sep step for installations pt2
1 parent dbea0bb commit 44a68f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_e2e_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
retry 5 python setup.py extension
6969
mkdir logs
7070
- name: Install .[test-deferred-bindings] for 3.9, 3.10, 3.11
71-
if: matrix.python-version != "3.7" && matrix.python-version != "3.8"
71+
if: matrix.python-version != 3.7 && matrix.python-version != 3.8
7272
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]
7373
- name: Grant execute permission
7474
run: chmod +x .github/Scripts/e2e-tests.sh

0 commit comments

Comments
 (0)