Skip to content

Commit

Permalink
fix: gh workflow - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 24, 2024
1 parent 06c87ae commit 2287c2c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
# python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.9" ]
# solver: ["classic", "libmamba"]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: [ "3.9", "3.10" ]
os: [ubuntu-latest, macos-latest]
steps:
- name: Install system development tools
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -50,9 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
name: setup-Mambaforge
# continue-on-error: true
with:
# python-version: "3.9"
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: 4.9.2-4
Expand Down

0 comments on commit 2287c2c

Please sign in to comment.