We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cae0f commit 42f3e99Copy full SHA for 42f3e99
1 file changed
.github/workflows/setup_test_publish.yml
@@ -74,13 +74,12 @@ jobs:
74
run: |
75
conda activate featureforest
76
pip list
77
- shell: bash
78
79
# strategy borrowed from vispy for installing opengl libs on windows
80
- name: Install Windows OpenGL
81
if: runner.os == 'Windows'
82
83
- micromamba activate featureforest
+ conda activate featureforest
84
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
85
powershell gl-ci-helpers/appveyor/install_opengl.ps1
86
0 commit comments