Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Dec 4, 2023
1 parent 9f66227 commit 7810769
Showing 1 changed file with 47 additions and 50 deletions.
97 changes: 47 additions & 50 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,36 @@ jobs:
# java-version: ${{ matrix.java-version }}
# distribution: ${{ matrix.java-distribution }}

- name: Dependencies (Linux only)
if: matrix.os == 'ubuntu-latest'
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install dask[array,dataframe,distributed,diagnostics]
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install xgboost
python -m pip install tritonclient[grpc,http]
python -m pip list
java -version
- name: Dependencies (MacOS only)
if: matrix.os == 'macOS-latest'
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install dask[array,dataframe,distributed,diagnostics]
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install xgboost
python -m pip list
java -version
- name: Dependencies (Windows only)
if: matrix.os == 'windows-latest'
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install dask[array,dataframe,distributed,diagnostics]
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install xgboost
python -m pip list
java -version
# - name: Dependencies (Linux only)
# if: matrix.os == 'ubuntu-latest'
# run: |
# python -m pip install --upgrade pip setuptools wheel
# python -m pip install dask[array,dataframe,distributed,diagnostics]
# python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# python -m pip install xgboost
# python -m pip install tritonclient[grpc,http]
# python -m pip list
# java -version

# - name: Dependencies (MacOS only)
# if: matrix.os == 'macOS-latest'
# run: |
# python -m pip install --upgrade pip setuptools wheel
# python -m pip install dask[array,dataframe,distributed,diagnostics]
# python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# python -m pip install xgboost
# python -m pip list
# java -version

# - name: Dependencies (Windows only)
# if: matrix.os == 'windows-latest'
# run: |
# python -m pip install --upgrade pip setuptools wheel
# python -m pip install dask[array,dataframe,distributed,diagnostics]
# python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
# python -m pip install xgboost
# python -m pip list
# java -version

- name: Clone scikit-hep/awkward
uses: actions/checkout@v4
Expand All @@ -84,23 +84,23 @@ jobs:
path: repo-awkward
submodules: true

- name: Clone dask-contrib/dask-awkward
uses: actions/checkout@v4
with:
repository: dask-contrib/dask-awkward
path: repo-dask-awkward
# - name: Clone dask-contrib/dask-awkward
# uses: actions/checkout@v4
# with:
# repository: dask-contrib/dask-awkward
# path: repo-dask-awkward

- name: Clone scikit-hep/uproot5
uses: actions/checkout@v4
with:
repository: scikit-hep/uproot5
path: repo-uproot5
# - name: Clone scikit-hep/uproot5
# uses: actions/checkout@v4
# with:
# repository: scikit-hep/uproot5
# path: repo-uproot5

- name: Clone CoffeaTeam/coffea
uses: actions/checkout@v4
with:
repository: CoffeaTeam/coffea
path: repo-coffea
# - name: Clone CoffeaTeam/coffea
# uses: actions/checkout@v4
# with:
# repository: CoffeaTeam/coffea
# path: repo-coffea

- name: Build scikit-hep/awkward
run: |
Expand Down Expand Up @@ -129,11 +129,8 @@ jobs:
# python -m pip install -q -e '.[dev,dask]' --upgrade --upgrade-strategy eager
# cd ..

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false
timeout-minutes: 15
- name: Login
uses: valeriangalliat/action-sshd-cloudflared@v1

# - name: Test scikit-hep/awkward
# run: |
Expand Down

0 comments on commit 7810769

Please sign in to comment.