Skip to content

Commit

Permalink
fixed steps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent 04be026 commit 7e5d16c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_deploy_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
- name: Run Tests
uses: aganders3/headless-gui@v1
run: |
conda activate ff
python -m pip install .[dev]
pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow"
with:
run: |
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 7e5d16c

Please sign in to comment.