Skip to content

Commit

Permalink
Pin towncrier and importlib_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Jul 11, 2023
1 parent afb5246 commit 5b648f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.9
- name: Install towncrier
run: |
python3 -m pip install towncrier
python3 -m pip install towncrier==23.6 "importlib_resources<6"
- name: Run towncrier
run: |
git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
Expand Down

0 comments on commit 5b648f0

Please sign in to comment.