From 112b3042d203a942d697008a17acac6707402370 Mon Sep 17 00:00:00 2001 From: Vincent Auriau Date: Sat, 21 Oct 2023 13:44:30 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cd6f0d..542dfda 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,8 +32,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - cd envs/ - pip install -r requirements-dev.txt + pip install -r envs.requirements-dev.txt pip install -e . - name: Run unit tests