We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aef1313 + 003fa36 commit 5265a38Copy full SHA for 5265a38
.github/workflows/test_python.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: work around permission issue
40
run: git config --global --add safe.directory /__w/deepmd-kit/deepmd-kit
41
- uses: actions/checkout@v3
42
- - run: python -m pip install -U pip>=21.3.1
+ # https://github.com/pypa/pip/issues/11770
43
+ - run: python -m pip install -U "pip>=21.3.1,<23"
44
- run: pip install -e .[cpu,test]
45
env:
46
CC: gcc-${{ matrix.gcc }}
0 commit comments