From 3894be0508299e2c8353e8bf70e97a2a1785ca16 Mon Sep 17 00:00:00 2001 From: Samuel Stanton Date: Tue, 14 May 2024 22:11:40 -0400 Subject: [PATCH] update ci.yml --- workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/ci.yml b/workflows/ci.yml index 4f2daa7..8eb5934 100644 --- a/workflows/ci.yml +++ b/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: shell: bash -l {0} run: | set -vxeuo pipefail - python -m pip install -r requirements.txt + python -m pip install -r requirements.in python -m pip install .[dev] python -m pip list