Skip to content

Commit 136bc16

Browse files
committed
Make sure to activate the environment
1 parent cb9b73c commit 136bc16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

+2
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,13 @@ jobs:
9292
- name: Install built wheel in conda environment
9393
shell: bash -l {0}
9494
run: |
95+
micromamba activate test-wheel-conda
9596
pip install ./wheelhouse/*.whl
9697
- name: Test built wheel in conda environment
9798
shell: bash -l {0}
9899
working-directory: ${{ runner.temp }}
99100
run: |
101+
micromamba activate test-wheel-conda
100102
pytest -v $GITHUB_WORKSPACE/tests/test_orbit.py -k "test_energy_jacobi_conservation and NFW"
101103
- uses: actions/upload-artifact@v4
102104
with:

0 commit comments

Comments
 (0)