Skip to content

Commit

Permalink
fix: add solver to gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 14, 2024
1 parent f5e5504 commit 7cb0e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
path: ~/conda_pkgs_dir
key:
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('./environment.yml') }}
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
conda-solver: ${{ matrix.solver }}
Expand Down

0 comments on commit 7cb0e99

Please sign in to comment.