change to apk

This commit is contained in:
nazunalika 2021-12-13 00:01:37 -07:00
parent 27ab841705
commit d4f5d1dbab
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
--- ---
before_script: before_script:
- dnf install python36 - apk add --update --no-cache python3 py3-pip
- pip3 install -r requirements.txt - /usr/bin/pip3 install -r requirements.txt
test: test:
image: "rockylinux:latest"
stage: test stage: test
script: script:
- mkdocs build --script --verbose --site-dir test - mkdocs build --script --verbose --site-dir test