Skip to content
Snippets Groups Projects

Typo fix

Merged Daniel Lyons requested to merge fixing-build into 2.8.2-DEVELOPMENT
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading