Skip to content

Commit

Permalink
Don't install conda in Windows CI
Browse files Browse the repository at this point in the history
This CI step got in here only due to a copy-paste from another project.
  • Loading branch information
goerz committed Apr 16, 2021
1 parent 6a8c8b6 commit 273fb4b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install pandoc

- name: Install miniconda
if: runner.os == 'Windows'
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python }}

- name: Install Tox
run: pip install tox

Expand Down

0 comments on commit 273fb4b

Please sign in to comment.