Skip to content

Commit 97de007

Browse files
committed
fix: mmpose version
1 parent 52b5494 commit 97de007

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/static-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: install dependencies pip
2121
run: |
2222
python3 -m pip install -U pip
23-
bash scripts/install.sh --cpu
23+
bash scripts/install.sh --cpu --no-weights
2424
python3 -m pip install .[doc]
2525
2626
- name: make docs

.github/workflows/static-test-install-cpu.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
with:
1515
python-version: '3.8'
1616

17+
# - name: switch to gcc-14 on linux
18+
# run: |
19+
# sudo apt install gcc-14 g++-14
20+
# sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 --slave /usr/bin/g++ g++ /usr/bin/g++-14 --slave /usr/bin/gcov gcov /usr/bin/gcov-14
21+
# sudo update-alternatives --set gcc /usr/bin/gcc-14
22+
1723
- name: install dependencies pip
1824
run: |
1925
python3 -m pip install -U pip
20-
bash scripts/install.sh --cpu
26+
bash scripts/install.sh --cpu --no-weights

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ if [ "${MODEL,,}" == "mmpose" ] || [ ${MODEL} == "all" ]; then
281281
echo
282282

283283
pip install -U openmim
284-
mim install mmcv-full
284+
mim install "mmcv>=2.0.1"
285285

286286

287287
# clone

0 commit comments

Comments
 (0)