Skip to content

Commit

Permalink
BUG: ci was not executing across python versions (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade authored May 2, 2024
1 parent 738d240 commit 29163c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ env.latest_python }}
python-version: ${{ matrix.python_version }}
miniforge-version: ${{ env.miniforge_version }}
miniforge-variant: ${{ env.miniforge_variant }}
environment-file: ci/conda_host_env.yml
Expand Down

0 comments on commit 29163c6

Please sign in to comment.