From 9de7e9d6e64b03e5f531c23cce07b2574bba2717 Mon Sep 17 00:00:00 2001 From: Olthoff231381 <147524551+Olthoff231381@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:46:03 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2200d1..aabf6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ # Name of the workflow in the Actions tab -name: CI +name: CI Check on: [push] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -22,4 +22,4 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pytest \ No newline at end of file + pytest