Skip to content

Commit df6cc71

Browse files
Fix source/documentation CI run (#1719)
* Empty commit to verify that the CI run is broken * uhh try changing to another conda setup action? * Cleanup
1 parent cb7ffe1 commit df6cc71

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/source.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@ jobs:
3636
runs-on: ubuntu-22.04
3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: s-weigand/setup-conda@v1.2.3
39+
- uses: conda-incubator/setup-miniconda@v3
40+
name: Setup conda
4041
with:
41-
update-conda: true
42-
conda-channels: conda-forge
42+
auto-update-conda: true
43+
channels: conda-forge,defaults
44+
channel-priority: true
4345
- name: Install
4446
run: conda install -c conda-forge doxygen=1.9.6
4547
- name: Doxygen
46-
run: .github/workflows/source/buildDoxygen
48+
run: |
49+
source /usr/share/miniconda/bin/activate
50+
.github/workflows/source/buildDoxygen
4751
4852
urls:
4953
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)