Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c3aff6

Browse files
authoredSep 4, 2024··
Merge pull request nltk#3318 from purificant/_ci
2 parents f656738 + 3197f26 commit 6c3aff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.12.3' # 3.12.4 has an issue with pyupgrade, try to upgrade later
27+
python-version: '3.12'
2828
- run: |
2929
pip install pre-commit
3030
pre-commit run --all-files

0 commit comments

Comments
 (0)
Please sign in to comment.