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 ec45a7a commit 0ed20d6
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 @@ -103,15 +103,22 @@ jobs:
# path: repo-coffea

- name: Build scikit-hep/awkward
shell: bash
run: |
cd repo-awkward
echo "which python"
which python
echo "which pip"
which pip
echo "conda info"
conda info
echo "conda env list"
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]
echo "conda list"
conda list
cd ..
Expand Down

0 comments on commit 0ed20d6

Please sign in to comment.