We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6df92 commit c708355Copy full SHA for c708355
2 files changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v6
50
51
- name: Setup Miniconda
52
- uses: conda-incubator/setup-miniconda@v3
+ uses: conda-incubator/setup-miniconda@v4
53
with:
54
auto-activate-base: true
55
activate-environment: true
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "Extracted version: $VERSION"
36
37
- name: Conda environment creation and activation
38
39
40
41
0 commit comments