From ec45a7a93a519e0fb9d6e412947920ec4bf9ca2f Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Mon, 4 Dec 2023 11:56:50 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edb3723..5a5bd62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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: |