From 15de3272a118c96953926bb81322cdaed80641f8 Mon Sep 17 00:00:00 2001 From: fdf <0xfdf@implies.com> Date: Sun, 4 Aug 2024 23:53:15 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a697775..304227e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install deps run: | python -m pip install --upgrade pip - pip install -r dev-requirements.txt + pip install -r ../dev-requirements.txt - name: Run tests run: |