Skip to content

Commit

Permalink
more test dependency consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Dec 16, 2023
1 parent 1274cf2 commit a58aede
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
run: |
cd darshan-util/pydarshan
python -m pip install .[test]
# shim for importlib.resources on Python < 3.9
- if: ${{matrix.python-version < 3.9}}
name: Install importlib_resources
run: |
python -m pip install -U importlib_resources
# only install the darshan_logs project in some CI
# entries so we test proper handling of skips
# in test suite
Expand Down

0 comments on commit a58aede

Please sign in to comment.