Skip to content

Commit

Permalink
Use official conda-action
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent 75ae049 commit d3b1fb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Conda
run: ./ci/setup-conda.sh
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3
auto-update-conda: true
channels: conda-forge
- name: Install global deps
run: |
conda install conda-build conda-verify anaconda-client
conda info -a
- name: Build Pytest-Mpl
run: ./ci/build-package.sh pytest-mpl
env:
Expand Down
8 changes: 0 additions & 8 deletions ci/activate-conda.sh

This file was deleted.

15 changes: 0 additions & 15 deletions ci/setup-conda.sh

This file was deleted.

0 comments on commit d3b1fb7

Please sign in to comment.