diff --git a/.github/workflows/setup_test_publish.yml b/.github/workflows/setup_test_publish.yml index 6d2ef1a..b1cfba6 100644 --- a/.github/workflows/setup_test_publish.yml +++ b/.github/workflows/setup_test_publish.yml @@ -58,7 +58,7 @@ jobs: - name: Install Windows OpenGL if: runner.os == 'Windows' run: | - micromamba shell reinit + eval "$(micromamba shell hook --shell )" micromamba activate ff git clone --depth 1 https://github.com/pyvista/gl-ci-helpers.git powershell gl-ci-helpers/appveyor/install_opengl.ps1 @@ -67,7 +67,7 @@ jobs: uses: aganders3/headless-gui@v2.2 with: run: | - micromamba shell reinit + eval "$(micromamba shell hook --shell )" micromamba activate ff python -m pip install .[dev] pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow"