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: ...@@ -33,15 +33,12 @@ test:unit:
stage: test stage: test
script: script:
- pip install hatch - pip install hatch
- hatch run pip list
- hatch run pip install -e .
- hatch run test tests/unit - hatch run test tests/unit
test:int: test:int:
stage: test stage: test
script: script:
- pip install hatch - pip install hatch
- hatch run pip install -e .
- hatch run test tests/int - hatch run test tests/int
# Always do dist build for the default branch # Always do dist build for the default branch
......
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