Skip to content

Commit f8f3d59

Browse files
try to fix window build conda setup
1 parent a2633a9 commit f8f3d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
condarc-file: github-condarc.yml
2424
auto-activate-base: true
25-
use-mamba: true
25+
use-mamba: false
2626
- name: Dev install package
2727
run: |
2828
conda run -n mkxref-dev pip install -e . --no-deps --no-build-isolation

0 commit comments

Comments
 (0)