Skip to content

Commit

Permalink
Merge branch 'main' into 256-cubi-tk-genomics-support-pull_sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
slaemmle authored Feb 13, 2025
2 parents 64390ee + e3b3a8b commit 6113924
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
channels: conda-forge,bioconda,nodefaults
environment-file: 'environment.yaml'
python-version: ${{ matrix.python-version }}
# overriding the python-version here seems to break due to issues with strings/quotes, see https://github.com/bihealth/cubi-tk/actions/runs/13308587922/job/37169672255?pr=258#step:5:386
# python-version: ${{ matrix.python-version }}

- name: Set up Python
run: uv python install ${{ matrix.python-version }}
Expand Down Expand Up @@ -88,7 +89,8 @@ jobs:
with:
channels: conda-forge,bioconda,nodefaults
environment-file: 'environment.yaml'
python-version: ${{ matrix.python-version }}
# see above
# python-version: ${{ matrix.python-version }}

- name: Set up Python
run: uv python install ${{ matrix.python-version }}
Expand Down

0 comments on commit 6113924

Please sign in to comment.