Skip to content

Commit a9a8fd2

Browse files
author
Victoria Hall
committed
fixing installation pt3
1 parent 1922104 commit a9a8fd2

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
@@ -61,7 +61,7 @@ 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
64+
if [[ "${{ matrix.python-version }}" != "3.7" ]] && [[ "${{ matrix.python-version }}" != "3.8"]]: then
6565
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-deferred-bindings]
6666
6767
# Retry a couple times to avoid certificate issue

0 commit comments

Comments
 (0)