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 7810769 commit ec45a7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,14 @@ jobs:
- name: Build scikit-hep/awkward
run: |
cd repo-awkward
which python
which pip
conda env list
pipx run nox -s prepare -- --headers --signatures --tests
python -m pip install -r requirements-test.txt
python -m pip install -vv ./awkward-cpp
python -m pip install .[test]
conda list
cd ..
# - name: Build dask-contrib/dask-awkward
Expand All @@ -129,8 +133,11 @@ jobs:
# python -m pip install -q -e '.[dev,dask]' --upgrade --upgrade-strategy eager
# cd ..

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

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

0 comments on commit ec45a7a

Please sign in to comment.