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 4f11af5 commit a714e5f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,27 @@ jobs:
cd awkward
pipx run nox -s prepare -- --headers --signatures --tests
python -m pip install -r requirements-test.txt
python -m pip install ./awkward-cpp
python -m pip install -vv ./awkward-cpp
python -m pip install .[test]
cd ..
- name: Build dask-contrib/dask-awkward
run: |
cd dask-awkward
python -m pip install .[complete,test]
cd ..
- name: Build scikit-hep/uproot5
run: |
cd uproot5
python -m pip install .[test]
python -m pip install .[test,dev]
cd ..
- name: Build dask-contrib/dask-awkward
- name: Build CoffeaTeam/coffea
run: |
cd dask-awkward
python -m pip install .[test]
cd coffea
python -m pip install -q -e '.[dev,dask]' --upgrade --upgrade-strategy eager
cd ..
- name: See what we've got
run: pwd ; ls -R ; python -m pip list
run: python -m pip list

0 comments on commit a714e5f

Please sign in to comment.