Skip to content

Commit

Permalink
Pin Python version until Towncrier fork is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Oct 30, 2023
1 parent 8733bab commit 3ec031b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/480.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin Python version until Towncrier fork is updated
5 changes: 3 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
# Fetch all history so gitlint can check the relevant commits.
fetch-depth: '0'
- name: Set up Python 3
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4
with:
python-version: '3.x'
# Towncrier fork does not work with 3.12.
python-version: "3.11.6"
- name: Set up Node.js 18
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3ec031b

Please sign in to comment.