Skip to content

Commit 42f3e99

Browse files
committed
removed shell: bash to keep default
1 parent c5cae0f commit 42f3e99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/setup_test_publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ jobs:
7474
run: |
7575
conda activate featureforest
7676
pip list
77-
shell: bash
7877
7978
# strategy borrowed from vispy for installing opengl libs on windows
8079
- name: Install Windows OpenGL
8180
if: runner.os == 'Windows'
8281
run: |
83-
micromamba activate featureforest
82+
conda activate featureforest
8483
git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git
8584
powershell gl-ci-helpers/appveyor/install_opengl.ps1
8685

0 commit comments

Comments
 (0)