We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64d2114 + 5afaca2 commit 4be5b7eCopy full SHA for 4be5b7e
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
UPROOT_VERSION=$(pip show uproot | grep Version | awk '{print $2}')
71
git clone https://github.com/scikit-hep/uproot5.git uproot
72
git -C uproot checkout tags/v${UPROOT_VERSION}
73
- python -m pip install ./uproot[test]
+ (cd uproot && python -m pip install . --group test)
74
# Install xrootd-fsspec again because it may have been overwritten by uproot
75
python -m pip install .[test]
76
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