Skip to content

Commit

Permalink
replace references to conda executable with micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 9, 2024
1 parent 8fa0565 commit 63173f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ jobs:
uses: pyvista/setup-headless-display-action@v2

- name: Install tox
if: matrix.toxdeps != ''
run: python -m pip install --upgrade ${{ matrix.toxdeps }}
shell: sh

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ envlist =
[testenv]
allowlist_externals =
python
conda
micromamba
bcal
dot
bash
Expand Down Expand Up @@ -59,5 +59,5 @@ extras = test
conda_deps = pytest
commands =
conda: python -c "import os, sys; assert os.path.exists(os.path.join(sys.prefix, 'conda-meta', 'history'))"
conda: conda list
conda: micromamba list
pytest --pyargs test_package {posargs}

0 comments on commit 63173f0

Please sign in to comment.