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

Merge branch 'fixing-build' into '2.8.2-DEVELOPMENT'

Typo fix

See merge request !1373
parents 652ae1c4 9f23ce50
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1373Typo fix
Pipeline #9998 failed
......@@ -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