Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelle committed Nov 21, 2023
1 parent 035d3f0 commit a3e8b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
name: ${{ matrix.name }}
name: Python - ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -21,6 +21,8 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of the git history
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: env/environment-${{ matrix.python-version }}.yml
miniforge-version: latest

Expand Down

0 comments on commit a3e8b13

Please sign in to comment.