Skip to content

Commit 9c3188b

Browse files
author
Victoria Hall
committed
closed if + semicolon
1 parent 44a68f5 commit 9c3188b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_e2e_workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
python -m pip install --upgrade pip==23.0
6262
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
6363
python -m pip install -U -e .[dev]
64+
if [[ "${{ matrix.python-version }}" != "3.7" && "${{ matrix.python-version }}" != "3.8" ]]; then
65+
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-deferred-bindings]
66+
fi
6467
6568
# Retry a couple times to avoid certificate issue
6669
retry 5 python setup.py build
6770
retry 5 python setup.py webhost --branch-name=dev
6871
retry 5 python setup.py extension
6972
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
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]
7373
- name: Grant execute permission
7474
run: chmod +x .github/Scripts/e2e-tests.sh
7575
- name: Running 3.7 Tests

0 commit comments

Comments
 (0)