We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a5810 commit d5c9ef6Copy full SHA for d5c9ef6
.github/workflows/python_tests.yml
@@ -91,7 +91,7 @@ jobs:
91
if: matrix.os == 'macos-11'
92
run: |
93
brew install ninja libomp
94
- - uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 # v2.1.1
+ - uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
95
with:
96
auto-update-conda: true
97
python-version: ${{ matrix.python-version }}
@@ -178,7 +178,7 @@ jobs:
178
179
submodules: 'true'
180
181
182
183
184
python-version: ${{ matrix.config.python-version }}
0 commit comments