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 528f771 commit 62b6dc8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/setup_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ jobs:
- name: Install Windows OpenGL
if: runner.os == 'Windows'
run: |
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
- name: Run Tests
uses: aganders3/headless-gui@v2.2
with:
shell: bash
run: |
python -m pip install .[dev]
pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow"
# uses: aganders3/headless-gui@v2.2
# with:
# shell: bash
run: |
micromamba activate ff
python -m pip install .[dev]
pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow"
- name: Coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 62b6dc8

Please sign in to comment.