File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
- name : " Optional"
1
+ name : ' Optional'
2
2
3
3
on :
4
4
push :
@@ -12,45 +12,45 @@ jobs:
12
12
timeout-minutes : 10
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v3
16
16
17
- - name : Install project dependencies
18
- uses : ./.github/setup
19
- with :
20
- os : ubuntu-latest
21
- python-version : " 3.11"
17
+ - name : Install project dependencies
18
+ uses : ./.github/setup
19
+ with :
20
+ os : ubuntu-latest
21
+ python-version : ' 3.11'
22
22
23
- - name : Run pytest (against pandas nightly)
24
- run : poetry run poe pytest --nightly
23
+ - name : Run pytest (against pandas nightly)
24
+ run : poetry run poe pytest --nightly
25
25
26
26
mypy_nightly :
27
27
runs-on : ubuntu-latest
28
28
timeout-minutes : 10
29
29
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v3
32
32
33
- - name : Install project dependencies
34
- uses : ./.github/setup
35
- with :
36
- os : ubuntu-latest
37
- python-version : " 3.11"
33
+ - name : Install project dependencies
34
+ uses : ./.github/setup
35
+ with :
36
+ os : ubuntu-latest
37
+ python-version : ' 3.11'
38
38
39
- - name : Run mypy tests with mypy nightly
40
- run : poetry run poe mypy --mypy_nightly
39
+ - name : Run mypy tests with mypy nightly
40
+ run : poetry run poe mypy --mypy_nightly
41
41
42
42
pyright_strict :
43
43
runs-on : ubuntu-latest
44
44
timeout-minutes : 10
45
45
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v3
48
48
49
- - name : Install project dependencies
50
- uses : ./.github/setup
51
- with :
52
- os : ubuntu-latest
53
- python-version : " 3.11"
49
+ - name : Install project dependencies
50
+ uses : ./.github/setup
51
+ with :
52
+ os : ubuntu-latest
53
+ python-version : ' 3.11'
54
54
55
- - name : Run pyright tests with full strict mode
56
- run : poetry run poe pyright_strict
55
+ - name : Run pyright tests with full strict mode
56
+ run : poetry run poe pyright_strict
You can’t perform that action at this time.
0 commit comments