Skip to content
Snippets Groups Projects
Commit 84dfa333 authored by Anton Teplyakov's avatar Anton Teplyakov
Browse files

Merge branch 'feature/AUTO-3948' into 'master'

feat: AUTO-3948 Fix upload errors

See merge request perxis/perxis-python!83
parents f3a3ad73 f004f2ad
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ image: python:3.11-alpine3.18
stages:
- upload
- pages
upload:
stage: upload
......@@ -18,7 +19,6 @@ upload:
pages:
stage: upload
needs: ["upload"]
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment