File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,23 @@ name: Python tests
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [main]
8
8
9
9
jobs :
10
10
build :
11
-
12
11
runs-on : ubuntu-latest
13
12
14
13
steps :
15
- - uses : actions/checkout@v2
16
- - name : Set up Python 3.9
17
- uses : actions/setup-python@v2
18
- with :
19
- python-version : " 3.9"
20
- - name : Test with unittest
21
- run : python3 ros2_automatic_fuzzer/setup.py test
22
- - name : Compile all
23
- run : python3 -m compileall
14
+ - uses : actions/checkout@v2
15
+ - name : Set up Python 3.9
16
+ uses : actions/setup-python@v2
17
+ with :
18
+ python-version : " 3.9"
19
+ - name : Install wheel
20
+ run : pip install wheel
21
+ - name : Test with unittest
22
+ run : python3 ros2_automatic_fuzzer/setup.py test
23
+ - name : Compile all
24
+ run : python3 -m compileall
You can’t perform that action at this time.
0 commit comments