From fd8fcf8070bd326f5c974d4de3a6ae0d80998f3d Mon Sep 17 00:00:00 2001 From: Alexandru Foias Date: Wed, 13 Jan 2021 11:52:02 -0500 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8cf93828c5d..1fd636ee13a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -24,7 +24,7 @@ jobs: - name: before_install run: | # install spine-generic for acquisition parameters check - pip install spine-generic@git+https://github.com/spine-generic/spine-generic.git@v2.3 + pip install spinegeneric@git+https://github.com/spine-generic/spine-generic.git@v2.3 # use conda's git-annex, because it's the most up to date; # Debian's is very behind, and even neurodebian's is behind