Skip to content

Commit

Permalink
ci: don't override python-version for conda env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Feb 13, 2025
1 parent bfb0c93 commit 45b9868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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

0 comments on commit 45b9868

Please sign in to comment.