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