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 66fedfe commit 4e0d287
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
shell: bash -el {0}
run: |
cd repo-awkward
conda activate test
echo "which python"
which python
echo "which pip"
Expand Down Expand Up @@ -142,17 +141,20 @@ 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: Test scikit-hep/awkward
# run: |
# cd repo-awkward
# python -m pytest -vv -rs tests
# cd ..
- name: Test scikit-hep/awkward
shell: bash -el {0}
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
python -m pytest -vv -rs tests
cd ..
# - name: Test dask-contrib/dask-awkward
# run: |
Expand Down

0 comments on commit 4e0d287

Please sign in to comment.