Skip to content

Commit

Permalink
added conda init before conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent 753ab22 commit ea176e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_deploy_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
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"
Expand Down

0 comments on commit ea176e9

Please sign in to comment.