Skip to content

Commit

Permalink
fix accidental comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 10, 2024
1 parent a9af9dc commit b906632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
#pip install Cython numpy pandas scipy psutil igraph longestrunsubsequence pysam pulp
# manually use pip to install syri from github, as it isn't on pypi
# spoof python version to get around bounds check
pip install git+https://github.com/schneebergerlab/syri.git#egg=syri --python-version '3.10' #--no-warn-conflicts
pip install 'git+https://github.com/schneebergerlab/syri.git' --python-version '3.10' #--no-warn-conflicts
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package
run: pip install .
Expand Down

0 comments on commit b906632

Please sign in to comment.