Skip to content

Commit 2fe98dd

Browse files
mshr-hShiboXing
authored andcommitted
[CI] Unpin pytest-profiling (apache#17620)
unpin pytest-profiling
1 parent 9a8edd5 commit 2fe98dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/install/ubuntu2004_install_python_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip3 install --upgrade \
3535
psutil \
3636
pytest \
3737
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@768ec1dce349fe4708f6ad68be1ebb3f3dabafa1 \
38-
pytest-profiling==1.7.0 \
38+
pytest-profiling \
3939
pytest-xdist \
4040
pytest-rerunfailures==10.2 \
4141
requests \

docker/install/ubuntu_install_python_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip3 install --upgrade \
3535
psutil \
3636
pytest \
3737
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@768ec1dce349fe4708f6ad68be1ebb3f3dabafa1 \
38-
pytest-profiling!=1.8.0 \
38+
pytest-profiling \
3939
pytest-xdist \
4040
pytest-rerunfailures==10.2 \
4141
requests \

0 commit comments

Comments
 (0)