Skip to content

Commit

Permalink
III
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jan 15, 2021
1 parent 2adab20 commit 6ceb6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ jobs:
auto-update-conda: true
miniconda-version: "latest"
python-version: ${{ matrix.case.python-version }}
mamba-version: "*"
miniforge-variant: Mambaforge
use-mamba: true

- name: Install dependencies
shell: bash -l {0}
run: |
conda config --set always_yes yes --set changeps1 no
conda config --show-sources
conda config --show
mamba install ${{ matrix.case.conda }} pytest pytest-cov pip
conda install ${{ matrix.case.conda }} pytest pytest-cov pip
pip install setuptools_scm coveralls pytest-flake8 ${{ matrix.case.pip }}
conda info -a
conda list
Expand Down

0 comments on commit 6ceb6f0

Please sign in to comment.