We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9b73c commit 136bc16Copy full SHA for 136bc16
.github/workflows/wheels.yml
@@ -92,11 +92,13 @@ jobs:
92
- name: Install built wheel in conda environment
93
shell: bash -l {0}
94
run: |
95
+ micromamba activate test-wheel-conda
96
pip install ./wheelhouse/*.whl
97
- name: Test built wheel in conda environment
98
99
working-directory: ${{ runner.temp }}
100
101
102
pytest -v $GITHUB_WORKSPACE/tests/test_orbit.py -k "test_energy_jacobi_conservation and NFW"
103
- uses: actions/upload-artifact@v4
104
with:
0 commit comments