We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1922104 commit a9a8fd2Copy full SHA for a9a8fd2
.github/workflows/ci_e2e_workflow.yml
@@ -61,7 +61,7 @@ jobs:
61
python -m pip install --upgrade pip==23.0
62
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
63
python -m pip install -U -e .[dev]
64
- if [[ "${{ matrix.python-version }}" != "3.7" && "${{ matrix.python-version }}" != "3.8" ]]: then
+ 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
67
# Retry a couple times to avoid certificate issue
0 commit comments