Skip to content
Snippets Groups Projects
Verified Commit 7656092f authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: call pip correctly

parent 08192191
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ build-openapi-scheme:
# we do this, because YAML anchors are not supported when executing locally
- apt-get update
- apt-get install -y gcc libldap2-dev libsasl2-dev libmagic-dev
- pip install --upgrade pip
- pip install poetry==1.8.1
- python3 -m pip install --upgrade pip
- python3 -m pip install poetry==1.8.1
- poetry install --without dev,test --no-root
script:
- mkdir public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment