From 3ac72cca91c4142a9ba5a27609b564903ce8cd29 Mon Sep 17 00:00:00 2001 From: Chris Erwin Date: Tue, 28 Nov 2023 10:01:39 -0500 Subject: [PATCH] remove gitlab pipeline definition --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 6777600..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,7 +0,0 @@ -Unit Tests: - stage: test - image: python:3.8 - script: - - pip install poetry - - poetry install - - poetry run pytest \ No newline at end of file