File tree Expand file tree Collapse file tree 5 files changed +26
-11
lines changed Expand file tree Collapse file tree 5 files changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- jobs :
19+ env :
20+ PIP_ROOT_USER_ACTION : ignore
2021
22+ jobs :
2123 test :
2224 name : ${{ matrix.python-version }}-build
2325 runs-on : ubuntu-latest
@@ -41,10 +43,11 @@ jobs:
4143 - name : Install virtualizarr
4244 run : |
4345 python -m pip install -e . --no-deps
46+
4447 - name : Conda list information
4548 run : |
46- conda env list
47- conda list
49+ micromamba env list
50+ micromamba list
4851
4952 - name : Running Tests
5053 run : |
Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- jobs :
19+ env :
20+ PIP_ROOT_USER_ACTION : ignore
2021
21- test :
22+ jobs :
23+ test-min-deps :
2224 name : ${{ matrix.python-version }}-build
2325 runs-on : ubuntu-latest
2426 defaults :
@@ -41,10 +43,11 @@ jobs:
4143 - name : Install virtualizarr
4244 run : |
4345 python -m pip install -e . --no-deps
46+
4447 - name : Conda list information
4548 run : |
46- conda env list
47- conda list
49+ micromamba env list
50+ micromamba list
4851
4952 - name : Running Tests
5053 run : |
Original file line number Diff line number Diff line change 1111permissions :
1212 contents : read
1313
14+ env :
15+ PIP_ROOT_USER_ACTION : ignore
16+
1417jobs :
1518 build-artifacts :
1619 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19+ env :
20+ PIP_ROOT_USER_ACTION : ignore
21+
1922jobs :
2023 mypy :
2124 name : mypy
Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- jobs :
19+ env :
20+ PIP_ROOT_USER_ACTION : ignore
2021
21- test :
22+ jobs :
23+ test-upstream :
2224 name : ${{ matrix.python-version }}-build
2325 runs-on : ubuntu-latest
2426 defaults :
@@ -41,10 +43,11 @@ jobs:
4143 - name : Install virtualizarr
4244 run : |
4345 python -m pip install -e . --no-deps
46+
4447 - name : Conda list information
4548 run : |
46- conda env list
47- conda list
49+ micromamba env list
50+ micromamba list
4851
4952 - name : Running Tests
5053 run : |
You can’t perform that action at this time.
0 commit comments