Skip to content

Commit

Permalink
ahhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Aug 17, 2023
1 parent a2e4d2a commit 4aaf330
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/uproot-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install
- name: Install and test
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/uproot5
cd uproot
cd uproot5
python3 -m pip install .[test,dev]
- name: Run uproot dask tests
run: |
cd ../uproot
python3 -m pytest -k dask

0 comments on commit 4aaf330

Please sign in to comment.