We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9080874 commit 958ca3eCopy full SHA for 958ca3e
.github/workflows/ci-scripts-build.yml
@@ -24,18 +24,6 @@ jobs:
24
fail-fast: false
25
matrix:
26
include:
27
- - os: ubuntu-latest
28
- base: "7.0"
29
- python: "2.7"
30
- profile: deb8
31
- test: yes
32
-
33
34
35
36
37
38
39
- os: ubuntu-latest
40
base: "7.0"
41
python: "3.7"
@@ -60,17 +48,6 @@ jobs:
60
48
profile: latest
61
49
test: yes
62
50
63
64
- base: "3.15"
65
66
67
68
69
70
- base: "3.14"
71
72
73
74
51
steps:
75
52
- uses: actions/checkout@v3
76
53
with:
0 commit comments