diff --git a/.github/workflows/uproot-main.yml b/.github/workflows/uproot-main.yml index 00cd200c..91b08081 100644 --- a/.github/workflows/uproot-main.yml +++ b/.github/workflows/uproot-main.yml @@ -29,10 +29,11 @@ jobs: run: | python3 -m pip install pip wheel -U python3 -m pip install -q --no-cache-dir -e .[complete,test] + cd .. git clone https://github.com/scikit-hep/uproot cd uproot python3 -m pip install .[test] - name: Run uproot dask tests run: | - cd uproot + cd ../uproot python3 -m pytest -k dask