From 62b6dc8639cf6b899361967a14b21c956ca929b2 Mon Sep 17 00:00:00 2001 From: Mehdi Seifi Date: Sat, 9 Nov 2024 00:50:08 +0100 Subject: [PATCH] Update setup_test_publish.yml --- .github/workflows/setup_test_publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/setup_test_publish.yml b/.github/workflows/setup_test_publish.yml index 446b4ab..22e4cab 100644 --- a/.github/workflows/setup_test_publish.yml +++ b/.github/workflows/setup_test_publish.yml @@ -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