Skip to content

Commit

Permalink
conda run?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Sep 19, 2024
1 parent e0a0274 commit 487b654
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,8 @@ jobs:
run: |
python -m pip install -e ../conda/ --no-deps
python -m conda init --all
source C:/Miniconda/envs/test/etc/profile.d/conda.sh
conda info
python -m pytest -vv -m "not slow" --reruns=${{ env.PYTEST_RERUN_FAILURES }} --durations=16
python -m conda run --live-stream \
pytest -vv -m "not slow" --reruns=${{ env.PYTEST_RERUN_FAILURES }} --durations=16
#/ CONDA-LIBMAMBA-SOLVER CHANGE

- name: Upload Coverage
Expand Down

0 comments on commit 487b654

Please sign in to comment.