From cdbcf98c283794215770ea53341d5e0b5519ee52 Mon Sep 17 00:00:00 2001 From: Juliette-Gerbaux <130555142+Juliette-Gerbaux@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:49:54 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a7cfda..0505337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt - - name: Check typing - run: | - python -m mypy src - - name: Test run: | pytest + - name: Check typing + run: | + python -m mypy src +