Skip to content

Commit

Permalink
trying to fix run cmd using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent 49bc03a commit 9208e70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_deploy_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v4
# these libraries enable testing on Qt on linux
- uses: tlambert03/setup-qt-libs@v1
- uses: aganders3/headless-gui@v1
- uses: conda-incubator/[email protected]
with:
auto-update-conda: true
Expand All @@ -50,18 +51,17 @@ jobs:
- name: Install Windows OpenGL
if: runner.os == 'Windows'
run: |
conda init
conda 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@v1
with:
run: |
conda init
conda activate ff
python -m pip install .[dev]
pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow"
run: |
conda init
conda 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 9208e70

Please sign in to comment.