Skip to content
Snippets Groups Projects
Commit aa9a40e2 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Upgrade pip in tests

parent 426f1668
No related branches found
No related tags found
No related merge requests found
Pipeline #72136 passed
...@@ -4,9 +4,11 @@ stages: ...@@ -4,9 +4,11 @@ stages:
before_script: before_script:
- apt-get update --yes - apt-get update --yes
- apt-get install --yes build-essential cmake libfmt-dev pybind11-dev - apt-get install --yes build-essential cmake libfmt-dev pybind11-dev
- pip3 install pytest pytest-cov - python -m pip install --upgrade pip
- pip3 install . - python --version
- pip3 show b_asic - pip install pytest pytest-cov
- pip install .
- pip show b_asic
.run-test: .run-test:
stage: test stage: test
......
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