Skip to content
Snippets Groups Projects
Commit 9f23ce50 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Typo fix

parent d16a43ed
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1373Typo fix
Pipeline #9996 passed
......@@ -3,15 +3,17 @@
image: python:3.10
script:
# Enter the package directory
- CAPO_PATH=$PWD
- CAPO_PROFILE=docker
- WD=$PWD
- cd ${PACKAGE_PATH}
# Install build, poetry and pytest
- pip install build poetry pytest
- pip install build poetry pytest fakeredis
# Install the package for testing
- pip install .
- CAPO_PROFILE=docker pytest test
- pytest test
# Build the package and push to the gitlab repo
- poetry build
......
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