Skip to content

Commit 2ce4ea7

Browse files
committed
fixed ci workflow
1 parent 2cfc0c2 commit 2ce4ea7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
do_test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- name: Set up Python v3.10
11+
- name: Check out repo
12+
uses: actions/checkout@v3
13+
- name: Setup Python
1314
uses: actions/setup-python@v3
14-
with:
15-
python-version: '3.10'
15+
with:
16+
python-version: '3.10'
1617
- name: Test!
17-
run: python test.py
18+
run: python test.py

0 commit comments

Comments
 (0)