Changeset 5c0f08d in ammosreader for .gitlab-ci.yml


Ignore:
Timestamp:
09/04/23 14:58:04 (21 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
7eb2341
Parents:
5d24bea
Message:

bitstring added to venv for ci

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r5d24bea r5c0f08d  
    1010    - python3 -m venv .venv
    1111    - source .venv/bin/activate
    12     - pip install --upgrade numpy pdoc3
     12    - pip install --upgrade numpy pdoc3 bitstring
    1313    - pdoc --html ammosreader -o public
    1414    - mv public/ammosreader public/doc
     
    2424    - python3 -m venv .venv
    2525    - source .venv/bin/activate
    26     - pip install --upgrade numpy pdoc3 pytest
     26    - pip install --upgrade numpy pdoc3 pytest bitstring
    2727    - cd tests
    2828    - pytest --junitxml=report.xml
Note: See TracChangeset for help on using the changeset viewer.