File tree 4 files changed +9
-15
lines changed
4 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/devcontainers/python:3.9
1
+ FROM mcr.microsoft.com/devcontainers/python:3.10
2
2
3
3
ENV PYTHONUNBUFFERED 1
4
4
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: integration-tests
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
- paths :
7
- - " **.py "
6
+ paths-ignore :
7
+ - " **.md "
8
8
9
9
pull_request :
10
10
branches : [ main ]
11
- paths :
12
- - " **.py "
11
+ paths-ignore :
12
+ - " **.md "
13
13
14
14
concurrency :
15
15
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
24
strategy :
25
25
matrix :
26
26
python-version :
27
- - " 3.9"
28
27
- " 3.10"
29
28
- " 3.11"
30
29
- " 3.12"
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: unit-tests
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
- paths :
7
- - " **.py "
6
+ paths-ignore :
7
+ - " **.md "
8
8
9
9
pull_request :
10
10
branches : [ main ]
11
- paths :
12
- - " **.py "
11
+ paths-ignore :
12
+ - " **.md "
13
13
14
14
concurrency :
15
15
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
24
strategy :
25
25
matrix :
26
26
python-version :
27
- - " 3.9"
28
27
- " 3.10"
29
28
- " 3.11"
30
29
- " 3.12"
Original file line number Diff line number Diff line change @@ -3,13 +3,9 @@ name: pre-commit
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
- paths :
7
- - " **.py"
8
6
9
7
pull_request :
10
8
branches : [ main ]
11
- paths :
12
- - " **.py"
13
9
14
10
concurrency :
15
11
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
You can’t perform that action at this time.
0 commit comments