Skip to content

Commit 5265a38

Browse files
authored
temporarily pin pip to <23 (#2287)
per pypa/pip#11770
2 parents aef1313 + 003fa36 commit 5265a38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: work around permission issue
4040
run: git config --global --add safe.directory /__w/deepmd-kit/deepmd-kit
4141
- uses: actions/checkout@v3
42-
- run: python -m pip install -U pip>=21.3.1
42+
# https://github.com/pypa/pip/issues/11770
43+
- run: python -m pip install -U "pip>=21.3.1,<23"
4344
- run: pip install -e .[cpu,test]
4445
env:
4546
CC: gcc-${{ matrix.gcc }}

0 commit comments

Comments
 (0)