Skip to content

Commit

Permalink
sweep: DIRACGrid#7869 fix: from mambaforge to miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 4, 2024
1 parent fb83c8b commit 3c08963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- name: Fail-fast for outdated pipelines
run: .github/workflows/fail-fast.sh
- uses: mamba-org/setup-micromamba@v2
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ jobs:
if: github.event_name == 'workflow_dispatch'
needs: deploy-pypi
steps:
- uses: mamba-org/setup-micromamba@v2
- uses: conda-incubator/setup-miniconda@v3
with:

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 3c08963

Please sign in to comment.