Skip to content

Commit

Permalink
tests: put scikit-rvm requirement after requirements.txt
Browse files Browse the repository at this point in the history
since it does not have requirements by itself and pip will install it before numpy which crashes
  • Loading branch information
defgsus committed Nov 8, 2023
1 parent 99aabec commit 0e1e5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e1e5fa

Please sign in to comment.