Skip to content

Commit a98308d

Browse files
authored
FIX: Windows CI (#604)
1 parent ed88315 commit a98308d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
update-conda: true
178178
python-version: ${{ matrix.python-version }}
179179
conda-channels: anaconda, conda-forge
180-
- run: conda --version
180+
# - run: conda --version # This fails due to unknown reasons
181181
- run: which python
182182

183183
- name: Upgrade pip version

0 commit comments

Comments
 (0)