Skip to content

Commit

Permalink
apply all
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 2, 2021
1 parent df7290b commit b27dcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip --no-cache-dir --quiet install --upgrade .[test]
python -m pip uninstall --yes uproot
python -m pip install --upgrade git+git://github.com/scikit-hep/uproot4.git
python -m pip install --upgrade git+https://github.com/scikit-hep/uproot4.git
python -m pip list
- name: Test with pytest
run: |
Expand All @@ -133,7 +133,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip --no-cache-dir --quiet install --upgrade .[test]
python -m pip uninstall --yes pytest
python -m pip install --upgrade git+git://github.com/pytest-dev/pytest.git
python -m pip install --upgrade git+https://github.com/pytest-dev/pytest.git
python -m pip list
- name: Test with pytest
run: |
Expand Down

0 comments on commit b27dcea

Please sign in to comment.