Skip to content
Snippets Groups Projects
Commit 40785250 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

install pytest

parent fc026fb7
No related branches found
No related tags found
No related merge requests found
Pipeline #11507 failed with stages
in 1 minute and 34 seconds
......@@ -26,6 +26,7 @@ test_package:
stage: test
script:
- pip install . # Install the package
- pip install pytest
- pytest # Run tests
publish_package:
......
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