File tree 1 file changed +11
-17
lines changed
1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
pull_request :
7
- branches : [main]
8
- schedule :
9
- - cron : " 0 5 1,15 * *"
10
-
11
- concurrency :
12
- group : ${{ github.workflow }}-${{ github.ref }}
13
- cancel-in-progress : true
7
+ branches : " *"
14
8
15
9
jobs :
16
10
test :
@@ -23,14 +17,14 @@ jobs:
23
17
fail-fast : false
24
18
matrix :
25
19
include :
26
- - os : ubuntu-latest
27
- python : " 3.9"
28
- - os : ubuntu-latest
29
- python : " 3.11"
20
+ # - os: ubuntu-latest
21
+ # python: "3.9"
30
22
- os : ubuntu-latest
31
23
python : " 3.11"
32
- pip-flags : " --pre"
33
- name : PRE-RELEASE DEPENDENCIES
24
+ # - os: ubuntu-latest
25
+ # python: "3.11"
26
+ # pip-flags: "--pre"
27
+ # name: PRE-RELEASE DEPENDENCIES
34
28
35
29
name : ${{ matrix.name }} Python ${{ matrix.python }}
36
30
@@ -39,13 +33,13 @@ jobs:
39
33
PYTHON : ${{ matrix.python }}
40
34
41
35
steps :
42
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
43
37
- name : Set up Python ${{ matrix.python }}
44
- uses : actions/setup-python@v4
38
+ uses : actions/setup-python@v5
45
39
with :
46
40
python-version : ${{ matrix.python }}
47
- cache : " pip"
48
- cache-dependency-path : " **/pyproject.toml"
41
+ # cache: "pip"
42
+ # cache-dependency-path: "**/pyproject.toml"
49
43
50
44
- name : Install test dependencies
51
45
run : |
You can’t perform that action at this time.
0 commit comments