Skip to content

Commit 24ad511

Browse files
committed
Specify the version of Python interpreter in format.yml
1 parent 1784c72 commit 24ad511

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v2
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v2
14+
with:
15+
python-version: '3.8'
1416

1517
- name: Install dependencies
1618
run: pip3 install .[dev]

0 commit comments

Comments
 (0)