File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
max-parallel : 2
21
21
fail-fast : false
22
22
runs-on : ubuntu-latest
23
- container : " tinybases /${{ matrix.arch }}-python:3.6-debian-4"
23
+ container : " pylegacy /${{ matrix.arch }}-python:3.6-debian-4"
24
24
steps :
25
25
-
26
26
name : Checkout
88
88
fail-fast : false
89
89
needs : build-geos
90
90
runs-on : ubuntu-latest
91
- container : " tinybases /${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-4"
91
+ container : " pylegacy /${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-4"
92
92
steps :
93
93
-
94
94
name : Checkout
@@ -172,7 +172,7 @@ jobs:
172
172
fail-fast : false
173
173
needs : build
174
174
runs-on : ubuntu-latest
175
- container : " tinybases /${{ matrix.arch }}-python:3.6-debian-5"
175
+ container : " pylegacy /${{ matrix.arch }}-python:3.6-debian-5"
176
176
steps :
177
177
-
178
178
name : Checkout
@@ -274,7 +274,7 @@ jobs:
274
274
if : startsWith(github.event.ref, 'refs/tags/v')
275
275
needs : repair
276
276
runs-on : ubuntu-latest
277
- container : " tinybases /${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
277
+ container : " pylegacy /${{ matrix.arch }}-python:${{ matrix.python-version }}-debian-5"
278
278
environment : PyPI
279
279
steps :
280
280
-
You can’t perform that action at this time.
0 commit comments