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 d1eb13a commit aeed8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.8" ]
python-version: [ "3.9" ]
# solver: ["classic", "libmamba"]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# python-version: "3.9"
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
miniforge-version: 4.9.2-4
# mamba-version: "*"
# channels: conda-forge, defaults
channels: conda-forge, bioconda, defaults, anaconda
Expand Down

0 comments on commit aeed8b6

Please sign in to comment.