Skip to content

Commit

Permalink
echo again
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Hall committed Jan 22, 2025
1 parent 494ad4a commit b9d500a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/scripts/test-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

python -m pip install --upgrade pip
if [[ $2 != "3.7" ]]; then
python -m pip install -e $1/PythonExtensionArtifact/$3
python -m pip install -e $1/PythonExtensionArtifact/azurefunctions-extensions-bindings-blob
python -m pip install --pre -e .[test-http-v2]
fi
if [[ $2 != "3.7" && $2 != "3.8" ]]; then
python -m pip install -e $1/PythonExtensionArtifact/$3
python -m pip install -e $1/PythonExtensionArtifact/azurefunctions-extensions-bindings-blob
python -m pip install --pre -U -e .[test-deferred-bindings]
fi

Expand Down
1 change: 1 addition & 0 deletions eng/templates/jobs/ci-emulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
chmod +x eng/scripts/test-setup.sh
chmod +x eng/scripts/test-extensions.sh
echo "Hello"
echo $(Pipeline.Workspace)/PythonExtensionArtifact/$(PYTHONEXTENSIONNAME)
eng/scripts/test-extensions.sh $(Pipeline.Workspace) $(PYTHON_VERSION) $(PYTHONEXTENSIONNAME)
Expand Down

0 comments on commit b9d500a

Please sign in to comment.