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

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

Try switching it back to Poetry with the env use statement

See merge request !1375
parents 976680b6 884f07a5
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1375Try switching it back to Poetry with the env use statement
Pipeline #10004 failed
......@@ -9,10 +9,11 @@
- cd ${PACKAGE_PATH}
# Install build, poetry and pytest
- pip install build poetry pytest fakeredis
- pip install poetry
- poetry env use $(which python3)
# Install the package for testing
- pip install .
- poetry install --with test .
- pytest test
# Build the package and push to the gitlab repo
......
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