Changeset 2b95c18 in ammosreader for .gitlab-ci.yml
- Timestamp:
- 09/01/23 04:55:58 (21 months ago)
- Branches:
- guix
- Children:
- a8f6b97
- Parents:
- 78801cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r78801cf r2b95c18 22 22 stage: test 23 23 script: 24 - python3 -m venv .venv 25 - source .venv/bin/activate 26 - pip install --upgrade numpy pdoc3 pytest 24 27 - cd tests 25 - pip install -U pytest26 28 - pytest --junitxml=report.xml 27 29 artifacts:
Note:
See TracChangeset
for help on using the changeset viewer.