Skip to content

Commit

Permalink
another try to fix conda init error
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 8, 2024
1 parent 8f2c53a commit 3c0e4c9
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 @@ -50,17 +50,18 @@ jobs:
- name: Install Windows OpenGL
if: runner.os == 'Windows'
run: |
conda init
conda activate ff
# conda init
$CONDA/bin/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/[email protected]
with:
run: |
conda init
conda activate ff
# conda init
# source ~/.bash_profile
$CONDA/bin/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 3c0e4c9

Please sign in to comment.