File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 34
34
tox_env :
35
35
- docs
36
36
- twine_check
37
- needs : lint
38
37
runs-on : ubuntu-20.04
39
38
steps :
40
39
54
53
PYTHON_ISAL_LINK_DYNAMIC : True
55
54
56
55
test-static :
57
- needs : lint
58
56
runs-on : ${{ matrix.os }}
59
57
strategy :
60
58
matrix :
101
99
test-arch :
102
100
if : startsWith(github.ref, 'refs/tags') || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
103
101
runs-on : " ubuntu-latest"
104
- needs : lint
105
102
strategy :
106
103
matrix :
107
104
distro : [ "ubuntu20.04" ]
@@ -131,7 +128,6 @@ jobs:
131
128
# # This is needed for miniconda, see:
132
129
# # https://github.com/marketplace/actions/setup-miniconda#important.
133
130
# shell: bash -l {0}
134
- # needs: lint
135
131
# strategy:
136
132
# matrix:
137
133
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
You can’t perform that action at this time.
0 commit comments