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

Try switching it back to Poetry with the env use statement

parent 7fc0c020
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 #10002 passed
......@@ -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