Skip to content

Commit

Permalink
allow older awkward-cpp in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 18, 2024
1 parent 056d830 commit 64b3649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awkward-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python3 -m pip install pip wheel -U
python3 -m pip install -q --no-cache-dir -e .[complete,test]
python3 -m pip uninstall -y awkward && pip install git+https://github.com/scikit-hep/awkward.git@main
python3 -m pip uninstall -y awkward && pip install git+https://github.com/scikit-hep/awkward.git@main --no-deps
- name: Run tests
run: |
python3 -m pytest

0 comments on commit 64b3649

Please sign in to comment.