Pip for python 3.8
This commit is contained in:
parent
00bc4a74ae
commit
8ab2fbcccd
@ -2,9 +2,12 @@ build:
|
||||
cache:
|
||||
key: cache
|
||||
paths: [.cache]
|
||||
image: yourlabs/python
|
||||
image: quay.io/buildah/stable
|
||||
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
|
||||
stage: build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user