File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 fetch-depth : 0
4040
41- - uses : astral-sh/setup-uv@v6
42-
4341 - name : Prepare mamba installation
4442 if : matrix.install-method == 'mamba' && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
4543 env :
@@ -55,17 +53,15 @@ jobs:
5553 environment-file : environment.yml
5654 cache-downloads : true
5755
58- - uses : astral-sh/setup-uv@v6
59-
6056 - name : Install dependencies
6157 env :
6258 PYTHON_VERSION : ${{ matrix.python-version }}
6359 run : |
6460 python --version
65- uv pip install --upgrade pip
66- uv pip install --group tests -e .
67- uv pip freeze
68- uv pip list
61+ pip install --upgrade pip
62+ pip install --group tests -e .
63+ pip freeze
64+ pip list
6965
7066 - name : List installed package versions (conda)
7167 if : matrix.environment-type == 'mamba'
You can’t perform that action at this time.
0 commit comments