From 0e1e5facd8db670e5b165ab50603648a9085cfe4 Mon Sep 17 00:00:00 2001 From: bergi Date: Wed, 8 Nov 2023 17:01:24 +0100 Subject: [PATCH] tests: put scikit-rvm requirement after requirements.txt since it does not have requirements by itself and pip will install it before numpy which crashes --- .github/workflows/tests.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0ac13a1..6da76f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,6 +40,7 @@ jobs: python -m venv env source env/bin/activate pip install -r requirements.txt + pip install https://github.com/JamesRitchie/scikit-rvm/archive/master.zip - name: Run tests run: | diff --git a/requirements.txt b/requirements.txt index 210ddb4..9fa868b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ scipy==1.10.1 tornado==6.3.3 tqdm==4.66.1 xlrd==2.0.1 -https://github.com/JamesRitchie/scikit-rvm/archive/master.zip +# https://github.com/JamesRitchie/scikit-rvm/archive/master.zip \ No newline at end of file