File tree 2 files changed +23
-128
lines changed 2 files changed +23
-128
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
matrix :
27
27
os : ["ubuntu-latest"]
28
- python-version : ["3.8", "3. 10"]
28
+ python-version : ["3.10"]
29
29
steps :
30
30
- uses : actions/checkout@v3
31
31
with :
@@ -75,28 +75,28 @@ jobs:
75
75
name : codecov-umbrella
76
76
fail_ci_if_error : false
77
77
78
- upstream-dev :
79
- name : upstream-dev
80
- runs-on : ubuntu-latest
81
- steps :
82
- - uses : actions/checkout@v3
83
- - uses : conda-incubator/setup-miniconda@v2
84
- with :
85
- channels : conda-forge
86
- mamba-version : " *"
87
- activate-environment : flox-tests
88
- auto-update-conda : false
89
- python-version : ' 3.10'
90
- - name : Set up conda environment
91
- shell : bash -l {0}
92
- run : |
93
- mamba env update -f ci/upstream-dev-env.yml
94
- python -m pip install -e .
95
- conda list
96
- - name : Run Tests
97
- shell : bash -l {0}
98
- run : |
99
- pytest -n 2
78
+ # upstream-dev:
79
+ # name: upstream-dev
80
+ # runs-on: ubuntu-latest
81
+ # steps:
82
+ # - uses: actions/checkout@v3
83
+ # - uses: conda-incubator/setup-miniconda@v2
84
+ # with:
85
+ # channels: conda-forge
86
+ # mamba-version: "*"
87
+ # activate-environment: flox-tests
88
+ # auto-update-conda: false
89
+ # python-version: '3.10'
90
+ # - name: Set up conda environment
91
+ # shell: bash -l {0}
92
+ # run: |
93
+ # mamba env update -f ci/upstream-dev-env.yml
94
+ # python -m pip install -e .
95
+ # conda list
96
+ # - name: Run Tests
97
+ # shell: bash -l {0}
98
+ # run: |
99
+ # pytest -n 2
100
100
101
101
xarray-groupby :
102
102
name : xarray-groupby
You can’t perform that action at this time.
0 commit comments