Skip to content

Commit

Permalink
fix: from mambaforge to miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 1, 2024
1 parent d75e45a commit b5aafe6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@master
with:
environment-file: environment.yml
miniforge-variant: Mambaforge
use-mamba: true
- name: Run tests
run: |
# FIXME: The unit tests currently only work with editable installs
Expand Down Expand Up @@ -119,8 +117,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@master
with:
environment-file: environment.yml
miniforge-variant: Mambaforge
use-mamba: true
- name: Run tests
run: |
# FIXME: The unit tests currently only work with editable installs
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ jobs:
steps:
- uses: conda-incubator/setup-miniconda@master
with:
miniforge-variant: Mambaforge
use-mamba: true
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
- name: Deploy on CVMFS
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: mambaforge-4.10
python: mambaforge-latest
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
Expand Down

0 comments on commit b5aafe6

Please sign in to comment.