Skip to content
Snippets Groups Projects
Commit 9871963f authored by Bruce Flynn's avatar Bruce Flynn
Browse files

remove unnecessary pip commands

parent 4a0d6566
No related branches found
No related tags found
No related merge requests found
......@@ -33,15 +33,12 @@ test:unit:
stage: test
script:
- pip install hatch
- hatch run pip list
- hatch run pip install -e .
- hatch run test tests/unit
test:int:
stage: test
script:
- pip install hatch
- hatch run pip install -e .
- hatch run test tests/int
# Always do dist build for the default branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment