We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b2eff + 44a879b commit bed59dfCopy full SHA for bed59df
1 file changed
.github/workflows/conda-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v6
18
19
- name: Setup Miniconda for Python ${{ matrix.python-version }}
20
- uses: conda-incubator/setup-miniconda@v3
+ uses: conda-incubator/setup-miniconda@v4
21
with:
22
auto-activate-base: false
23
python-version: "${{ matrix.python-version }}"
0 commit comments