Skip to content

Commit

Permalink
Add -> ''
Browse files Browse the repository at this point in the history
  • Loading branch information
JHKru committed Aug 20, 2024
1 parent 472f7df commit 45dcc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45dcc7a

Please sign in to comment.