File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments