Skip to content

Commit b49fc06

Browse files
committed
try
1 parent efbeff3 commit b49fc06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_ut_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
}
5858
5959
python -m pip install --upgrade pip==23.0
60+
python -m pip install importlib-metadata
6061
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
6162
python -m pip install -U -e .[dev]
6263
if [[ "${{ matrix.python-version }}" != "3.7" ]]; then

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@
109109
"opencv-python",
110110
"pandas",
111111
"numpy",
112-
"pre-commit",
113-
"importlib-metadata"
112+
"pre-commit"
114113
],
115114
"test-http-v2": ["azure-functions-extension-fastapi", "ujson", "orjson"]
116115
}

0 commit comments

Comments
 (0)