Skip to content

Commit

Permalink
Print versions of all packages before testing anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Dec 4, 2023
1 parent ecbac21 commit e091b5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ jobs:
python -m pip install --pre -q -e '.[dev,dask]' --upgrade --upgrade-strategy eager
cd ..
- name: Show all versions
shell: bash -el {0}
run: |
conda info
conda list
python -c 'import awkward, dask_awkward, uproot, coffea; print(f"{awkward.__version__ = }\n{dask_awkward.__version__ = }\n{uproot.__version__ = }\n{coffea.__version__ = }")'
- name: Test scikit-hep/awkward
shell: bash -el {0}
run: |
Expand Down

0 comments on commit e091b5c

Please sign in to comment.