Skip to content

Commit 4be5b7e

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 64d2114 + 5afaca2 commit 4be5b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
UPROOT_VERSION=$(pip show uproot | grep Version | awk '{print $2}')
7171
git clone https://github.com/scikit-hep/uproot5.git uproot
7272
git -C uproot checkout tags/v${UPROOT_VERSION}
73-
python -m pip install ./uproot[test]
73+
(cd uproot && python -m pip install . --group test)
7474
# Install xrootd-fsspec again because it may have been overwritten by uproot
7575
python -m pip install .[test]
7676
python -m pytest -vv -k "xrootd" uproot/tests --reruns 10 --reruns-delay 30 --only-rerun "(?i)OSError|FileNotFoundError|timeout|expired|connection|socket"

0 commit comments

Comments
 (0)