Skip to content

Commit

Permalink
updated version of bedboss
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 17, 2025
1 parent 8980a01 commit f687af1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cron_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
python -m pip install --upgrade pip
pip install uv
uv pip install torch==2.3.1+cpu -f https://download.pytorch.org/whl/torch_stable.html --system
uv pip install git+https://github.com/databio/bedboss.git@dev#egg=bedboss --system
uv pip install bedboss --system
# uv pip install git+https://github.com/databio/bedboss.git@dev#egg=bedboss --system

- name: Get current date and date 2 days ago
id: dates
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/upload_by_date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
python -m pip install --upgrade pip
pip install uv
uv pip install torch==2.3.1+cpu -f https://download.pytorch.org/whl/torch_stable.html --system
uv pip install git+https://github.com/databio/bedboss.git@dev#egg=bedboss --system
uv pip install bedboss --system
# uv pip install git+https://github.com/databio/bedboss.git@dev#egg=bedboss --system


- name: Print dates
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/upload_gse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
python -m pip install --upgrade pip
pip install uv
uv pip install torch==2.3.1+cpu -f https://download.pytorch.org/whl/torch_stable.html --system
uv pip install git+https://github.com/databio/bedboss.git@dev#egg=bedboss --system
uv pip install bedboss --system
# uv pip install git+https://github.com/databio/bedboss.git@dev#egg=bedboss --system

- name: Do something here
run: |
Expand Down

0 comments on commit f687af1

Please sign in to comment.