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 14, 2024
1 parent 3736a59 commit 1752359
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ "3.7", "3.8", "3.9" ]
solver: ["classic"]
os: [ubuntu-latest, macos-latest]
steps:
Expand Down Expand Up @@ -49,7 +49,8 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
# python-version: ${{ matrix.python-version }}
python-version: "3.9"
conda-solver: ${{ matrix.solver }}
# repo-token: ${{ secrets.GITHUB_TOKEN }}
miniconda-version: "latest"
Expand Down

0 comments on commit 1752359

Please sign in to comment.