Skip to content

Commit

Permalink
Update setup_test_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent ebdeaa8 commit 71faf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 71faf8c

Please sign in to comment.