Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit ec82b9f

Browse files
Pin style CI job to Python 3.9
1 parent 9a85dbc commit ec82b9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v2
5656
- uses: actions/setup-python@v2
57+
with:
58+
python-version: '3.9'
5759
- uses: pre-commit/[email protected]
5860

5961
test:

0 commit comments

Comments
 (0)