Skip to content

Commit 0b62f7f

Browse files
Fixup
1 parent 6e0f27e commit 0b62f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
micromamba install -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip pytest-timeout pytest-xvfb
37+
micromamba create -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip pytest-timeout pytest-xvfb
3838
micromamba run -n myenv pip install .[dev]
3939
# install the data package
4040
cd mvtb-data
@@ -58,7 +58,7 @@ jobs:
5858
python-version: 3.11
5959
- name: Install dependencies
6060
run: |
61-
micromamba install -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip coverage
61+
micromamba create -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip coverage
6262
micromamba run -n myenv pip install .[dev]
6363
# install the data package
6464
cd mvtb-data

0 commit comments

Comments
 (0)