Skip to content

Commit a39a31c

Browse files
committed
attempt to fix micromamba in release workflow
1 parent 3985793 commit a39a31c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,19 @@ jobs:
1414
uses: mamba-org/provision-with-micromamba@main
1515
with:
1616
channels: conda-forge
17+
environment-file: false
18+
environment-name: ipympl-release
19+
extra-specs: |
20+
python=3.9
21+
jupyterlab
22+
yarn
23+
matplotlib
24+
ipywidgets
25+
jupyter-packaging=0.7
1726
1827
- name: Install dependencies
1928
run: |
20-
mamba install -c conda-forge python=3.9 jupyterlab yarn matplotlib ipywidgets jupyter-packaging=0.7
21-
pip install twine wheel build
29+
python -m pip install twine wheel build
2230
2331
- name: Publish the Python package
2432
env:

0 commit comments

Comments
 (0)