From 42fe802f9ab2dcfe9f1b07808b7b2a90dc5ad1aa Mon Sep 17 00:00:00 2001 From: krzywon Date: Tue, 9 Aug 2022 14:46:18 -0400 Subject: [PATCH] Include pytest in requirements to ensure tests run --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3cb1e96..f73e4eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install wheel setuptools - python -m pip install numpy lxml h5py + python -m pip install numpy lxml h5py "pytest<6" ### Actual building/testing of sasdata