Skip to content

Commit 8b4c49e

Browse files
committed
Uninstall vtk before install vtk-osmesa
1 parent 9affe0e commit 8b4c49e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,14 @@ jobs:
9797
path: ~/conda_pkgs_dir
9898
key: conda-${{ runner.os }}-${{ env.PYTHON }}-${{ hashFiles('requirements-full.txt') }}
9999

100+
- name: Install requirements
101+
run: conda install --quiet --file requirements-full.txt python=$PYTHON
102+
100103
- name: Manually install vtk-osmesa from pip
101104
run: |
105+
pip uninstall vtk vtk-base vtk-ffmpeg
102106
pip install vtk-osmesa --extra-index-url https://gitlab.kitware.com/api/v4/projects/13/packages/pypi/simple
103107
104-
- name: Install requirements
105-
run: conda install --quiet --file requirements-full.txt python=$PYTHON
106-
107108
- name: List installed packages
108109
run: conda list
109110

0 commit comments

Comments
 (0)