8000 Update CI · suaaa7/samplecode-for-qiita@4e6e608 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e6e608

Browse files
committed
Update CI
1 parent 5215268 c
8000
ommit 4e6e608

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test_for_python_test_example.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test for python_test_example
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
5-
build:
5+
test:
66
runs-on: ubuntu-18.04
77
steps:
88
- name: Checkout
@@ -15,7 +15,8 @@ jobs:
1515
- name: Install Library
1616
run: |
1717
python3 -m pip install --upgrade pip
18-
pip install requests flask mypy
18+
pip install requests flask
19+
pip install mypy==0.782
1920
- name: Run mypy
2021
run: |
2122
mypy python_test_example --config-file python_test_example/mypy.ini

0 commit comments

Comments
 (0)
0