From 0d20f6200244caa6eb929c1cb30398de0f1a2c92 Mon Sep 17 00:00:00 2001 From: unnir Date: Thu, 11 Jul 2024 17:28:28 +0200 Subject: [PATCH] update, removed tests --- .github/workflows/workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1247b59..a50012d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,6 +19,4 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt - - name: Run tests - run: python -m unittest discover tests \ No newline at end of file + pip install -r requirements.txt \ No newline at end of file