From ce2a494470f02349c053e1eeea91f9ce3a933e02 Mon Sep 17 00:00:00 2001 From: amos Date: Thu, 7 Sep 2023 12:04:33 -0400 Subject: [PATCH] check python --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ff0c59..0be00ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,8 @@ jobs: run: | echo "=====> install rgi ..." echo `pwd` - pip install biopython + which python + pip install biopython pip install --debug -U -r requirements.txt --target . pip install git+https://github.com/arpcard/rgi.git - name: Check versions