CI: remove workflow files per request
Some checks failed
CI / test (3.11) (push) Has been cancelled

This commit is contained in:
Albert
2025-12-21 23:15:34 +01:00
parent 3d237a928c
commit 01bb09af0d
3 changed files with 81 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,14 @@
stages:
- test
test:
image: python:3.11
stage: test
before_script:
- pip install --upgrade pip
- pip install -r requirements.txt
script:
- pytest -q
only:
- branches
- merge_requests