Skip to content

Commit a979b9d

Browse files
committed
env name
1 parent 16f0220 commit a979b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: mamba-org/setup-micromamba@v1
3232
with:
3333
micromamba-version: '1.5.5-0'
34-
environment-name: base
34+
environment-name: voila
3535
create-args: >-
3636
python=${{ matrix.python_version }}
3737
pip
@@ -43,7 +43,7 @@ jobs:
4343
ipywidgets
4444
matplotlib
4545
xeus-cling
46-
"traitlets>=5.0.3,<6"
46+
traitlets>=5.0.3,<6
4747
ipykernel
4848
pyzmq=25.1.0
4949
@@ -94,7 +94,7 @@ jobs:
9494
uses: mamba-org/setup-micromamba@v1
9595
with:
9696
micromamba-version: '1.5.5-0'
97-
environment-name: base
97+
environment-name: voila
9898
create-args: >-
9999
python=${{ matrix.python_version }}
100100
pip

0 commit comments

Comments
 (0)