From 329a6ba18a0856b02b6367d7904bebe68c88a65b Mon Sep 17 00:00:00 2001 From: Kirill Bessonov Date: Wed, 4 Sep 2024 01:50:19 -0400 Subject: [PATCH] pycurl added in CI and fixed regex for O24 and O25 --- .github/workflows/github-actions.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/github-actions.yaml b/.github/workflows/github-actions.yaml index 93cf1ee..e86921d 100644 --- a/.github/workflows/github-actions.yaml +++ b/.github/workflows/github-actions.yaml @@ -30,12 +30,7 @@ jobs: sudo apt-get install python3-pip python3-dev python3-pandas python3-requests python3-biopython -y python3 -m pip install --upgrade pip setuptools pip3 install pytest fastcluster openpyxl pycurl - if [ -f requirements.txt ]; then - pip3 install -r requirements.txt; - else - pip3 install -e . - fi - sistr_init + pip3 install -e . - name: Test with pytest run: | pytest -o log_cli=true --basetemp=tmp-pytest