From fd290d49e02500f6b5c4325f81c4073cee897e69 Mon Sep 17 00:00:00 2001 From: 0xfdf <0xfdf@implies.com> Date: Sun, 4 Aug 2024 23:42:33 -0400 Subject: [PATCH] change dev-requirements to include pytest for CI/CD --- .github/workflows/ci.yml | 2 +- dev-requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54b5489..d31b6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install deps run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r dev-requirements.txt - name: Run tests run: | diff --git a/dev-requirements.txt b/dev-requirements.txt index b6b0c60..f487ecb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1 +1,3 @@ -pytest~=7.4.4 \ No newline at end of file +pytest~=7.4.4 +numpy~=1.26.2 +polars~=1.0 \ No newline at end of file