Skip to content
Extraits de code Groupes Projets
Valider d2576970 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

CI: updated requirements + tests

parent 4b24143e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #59991 réussi
...@@ -7,10 +7,11 @@ test-job: ...@@ -7,10 +7,11 @@ test-job:
- python3 -m venv .venv # Create Python virtual environment - python3 -m venv .venv # Create Python virtual environment
- source .venv/bin/activate # Activate Python virtual environment - source .venv/bin/activate # Activate Python virtual environment
- pip3 install -r requirements.txt # Install Python dependencies - pip3 install -r requirements.txt # Install Python dependencies
- pip3 install pytest # Install pytest
- pytest test/ # Run tests
- pip3 install build # Install build package - pip3 install build # Install build package
- python3 -m build # Build package - python3 -m build # Build package
- pip3 install . # Install package - pip3 install . # Install package
- python3 test/test.py # Run tests
pages: pages:
script: script:
......
# Libraries # Libraries
build
PyYAML PyYAML
Jinja2 Jinja2
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter