This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ aliases:
19
19
jobs :
20
20
test_py_max : &test_template
21
21
docker :
22
- - image : cimg/python:3.9-node
22
+ - image : cimg/python:3.9.16 -node
23
23
resource_class : large
24
24
steps :
25
25
- checkout
56
56
57
57
package_build_and_publish :
58
58
docker :
59
- - image : cimg/python:3.9-node # need npm to publish docs
59
+ - image : cimg/python:3.9.16 -node # need npm to publish docs
60
60
resource_class : medium
61
61
steps :
62
62
- checkout
Original file line number Diff line number Diff line change 1
- FROM python:3.9.13 -alpine3.16 as builder
1
+ FROM python:3.9.16 -alpine3.16 as builder
2
2
3
3
COPY . .
4
4
@@ -14,7 +14,7 @@ RUN poetry build -f wheel
14
14
RUN poetry export -f requirements.txt --without-hashes --with vm > requirements.txt
15
15
RUN pip3 wheel --no-cache-dir --no-deps --wheel-dir /wheels -r requirements.txt
16
16
17
- FROM python:3.9.13 -alpine3.16
17
+ FROM python:3.9.16 -alpine3.16
18
18
19
19
RUN apk add --no-cache libgmpxx
20
20
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
echo " npm: $( npm --version) "
6
- echo " npm : $( node --version) "
6
+ echo " node : $( node --version) "
7
7
echo " pip: $( pip --version) "
8
8
echo " pip3: $( pip3 --version) "
9
9
echo " python: $( python --version) "
You can’t perform that action at this time.
0 commit comments