Changeset 2b95c18 in ammosreader


Ignore:
Timestamp:
09/01/23 04:55:58 (21 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
a8f6b97
Parents:
78801cf
Message:

another venv added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r78801cf r2b95c18  
    2222  stage: test
    2323  script:
     24    - python3 -m venv .venv
     25    - source .venv/bin/activate
     26    - pip install --upgrade numpy pdoc3 pytest
    2427    - cd tests
    25     - pip install -U pytest
    2628    - pytest --junitxml=report.xml
    2729  artifacts:
Note: See TracChangeset for help on using the changeset viewer.