Pip for python 3.8
This commit is contained in:
parent
00bc4a74ae
commit
8ab2fbcccd
@ -2,9 +2,12 @@ build:
|
|||||||
cache:
|
cache:
|
||||||
key: cache
|
key: cache
|
||||||
paths: [.cache]
|
paths: [.cache]
|
||||||
image: yourlabs/python
|
image: quay.io/buildah/stable
|
||||||
script:
|
script:
|
||||||
- pip install -U --user -e .[cli]
|
- dnf install -y curl python38
|
||||||
|
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
|
- python3.8 get-pip.py
|
||||||
|
- pip3.8 install -U --user -e .[cli]
|
||||||
- CACHE_DIR=$(pwd)/.cache ~/.local/bin/shlax ./shlaxfile.py build
|
- CACHE_DIR=$(pwd)/.cache ~/.local/bin/shlax ./shlaxfile.py build
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user