From 45dcc7abadc7cfa90f4e14ad0f3e74e1f92ba7e0 Mon Sep 17 00:00:00 2001 From: JHKru Date: Tue, 20 Aug 2024 16:33:35 +0200 Subject: [PATCH] Add -> '' --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67df09d..324fabb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: auto-update-conda: true python-version: '3.10' - name: Installing dependencies - run: conda install -c conda-forge poetry prody pytest r-bio3d rpy2 scipy<=1.13.1 + run: conda install -c conda-forge poetry prody pytest r-bio3d rpy2 scipy"<=1.13.1" - name: Building distribution run: poetry build -f wheel - name: Installing distribution