Changeset 78801cf in ammosreader


Ignore:
Timestamp:
09/01/23 04:20:56 (21 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
2b95c18
Parents:
8285d99
Message:

venv added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r8285d99 r78801cf  
    88  stage: deploy
    99  script:
    10     - python3 --version
     10    - python3 -m venv .venv
     11    - source .venv/bin/activate
    1112    - pip install --upgrade numpy pdoc3
    1213    - pdoc --html ammosreader -o public
Note: See TracChangeset for help on using the changeset viewer.