Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 24, 2024
1 parent bb90796 commit c1158a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
id: setup-miniconda
continue-on-error: true
with:
python-version: "3.9"
python-version: "3.10"
mamba-version: "*"
repo-token: ${{ secrets.GITHUB_TOKEN }}
# channels: conda-forge, defaults
channels: conda-forge, bioconda, defaults, anaconda
channel-priority: true
Expand Down

0 comments on commit c1158a0

Please sign in to comment.