Skip to content

Commit a86fcd4

Browse files
committed
to-revert
1 parent 3c37a5c commit a86fcd4

File tree

2 files changed

+23
-128
lines changed

2 files changed

+23
-128
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: ["ubuntu-latest"]
28-
python-version: ["3.8", "3.10"]
28+
python-version: ["3.10"]
2929
steps:
3030
- uses: actions/checkout@v3
3131
with:
@@ -75,28 +75,28 @@ jobs:
7575
name: codecov-umbrella
7676
fail_ci_if_error: false
7777

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
100100

101101
xarray-groupby:
102102
name: xarray-groupby

0 commit comments

Comments
 (0)