From 2ffd25eda97fb67429ea2e7ded2d9aa615f276f2 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Mon, 4 Dec 2023 10:53:01 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd70eca..a4065e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: false jobs: test: @@ -143,29 +143,29 @@ jobs: - name: Login uses: valeriangalliat/action-sshd-cloudflared@v1 - - name: Test scikit-hep/awkward - run: | - cd awkward - python -m pytest -vv -rs tests - cd .. - - - name: Test dask-contrib/dask-awkward - run: | - cd dask-awkward - python -m pytest -vv -rs tests - cd .. - - - name: Test scikit-hep/uproot5 - run: | - cd uproot5 - python -m pytest -vv tests --reruns 3 --reruns-delay 30 --only-rerun "(?i)http|timeout|connection|socket" - cd .. - - - name: Test CoffeaTeam/coffea - run: | - cd coffea - echo "Which Coffea tests should we run?" - cd .. + # - name: Test scikit-hep/awkward + # run: | + # cd awkward + # python -m pytest -vv -rs tests + # cd .. + + # - name: Test dask-contrib/dask-awkward + # run: | + # cd dask-awkward + # python -m pytest -vv -rs tests + # cd .. + + # - name: Test scikit-hep/uproot5 + # run: | + # cd uproot5 + # python -m pytest -vv tests --reruns 3 --reruns-delay 30 --only-rerun "(?i)http|timeout|connection|socket" + # cd .. + + # - name: Test CoffeaTeam/coffea + # run: | + # cd coffea + # echo "Which Coffea tests should we run?" + # cd .. - name: See what we've got run: python -m pip list