From 83f7ab1b7447464f60aa66ad2d630fa1a9789b36 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Thu, 16 Nov 2023 21:23:40 +0100 Subject: [PATCH] update CI.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef25336..809801d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pytest - pip install -r requirements.txt + pip install . - name: Test with pytest run: |