Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into workaround-ray-im…
Browse files Browse the repository at this point in the history
…ports
  • Loading branch information
vnlitvinov committed Jul 7, 2022
2 parents 2a8b4f7 + 7181569 commit 887a5f4
Show file tree
Hide file tree
Showing 14 changed files with 320 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
Expand Down
135 changes: 129 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
Expand Down Expand Up @@ -50,10 +50,12 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
cache: "pip"
cache-dependency-path: '**/requirements-doc.txt'
- run: pip install -r docs/requirements-doc.txt
- run: cd docs && sphinx-build -T -E -W -b html . build

Expand All @@ -64,7 +66,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
Expand Down Expand Up @@ -143,7 +145,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
Expand All @@ -161,8 +163,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand All @@ -188,8 +201,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand All @@ -213,7 +237,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
Expand All @@ -234,7 +258,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8.x"
architecture: "x64"
Expand All @@ -255,8 +279,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand Down Expand Up @@ -297,8 +332,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand Down Expand Up @@ -343,9 +389,20 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('requirements/env_omnisci.yml') }}
- name: Setting up Modin environment
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin_on_omnisci
environment-file: requirements/env_omnisci.yml
python-version: 3.8
Expand Down Expand Up @@ -453,8 +510,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: ${{matrix.python-version}}
Expand Down Expand Up @@ -522,8 +590,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand Down Expand Up @@ -553,8 +632,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand Down Expand Up @@ -608,8 +698,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: ${{matrix.python-version}}
Expand Down Expand Up @@ -644,8 +745,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: ${{matrix.python-version}}
Expand Down Expand Up @@ -676,8 +788,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: ${{matrix.python-version}}
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/fuzzydata-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Cache conda
uses: actions/cache@v3
with:
path: |
~/conda_pkgs_dir
~/.cache/pip
key:
${{ runner.os }}-conda-${{ hashFiles('environment-dev.yml') }}
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
activate-environment: modin
environment-file: environment-dev.yml
python-version: 3.8
Expand Down
Loading

0 comments on commit 887a5f4

Please sign in to comment.