Skip to content

Commit

Permalink
[ci] Bound importlib-metadata<5.0 (fix flake8 error)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Oct 30, 2023
1 parent d49b4f4 commit b2429c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:

- name: QA checks
run: |
pip install importlib-metadata<5.0 # remove when flake8 is upgraded
./run-qa-checks
coveralls:
Expand Down

0 comments on commit b2429c8

Please sign in to comment.