Changeset 78801cf in ammosreader for .gitlab-ci.yml
- Timestamp:
- 09/01/23 04:20:56 (21 months ago)
- Branches:
- guix
- Children:
- 2b95c18
- Parents:
- 8285d99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r8285d99 r78801cf 8 8 stage: deploy 9 9 script: 10 - python3 --version 10 - python3 -m venv .venv 11 - source .venv/bin/activate 11 12 - pip install --upgrade numpy pdoc3 12 13 - pdoc --html ammosreader -o public
Note:
See TracChangeset
for help on using the changeset viewer.