Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Aug 17, 2023
1 parent faba7b2 commit 0e9d397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/uproot-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e9d397

Please sign in to comment.