Skip to content

Commit

Permalink
Name Miniconda jobs with Platform + Ptyhon version
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfByttner committed Apr 6, 2024
1 parent 7e2d60a commit 0571684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:

jobs:
miniconda:
name: Miniconda ${{ matrix.os }}
name: Miniconda ${{ matrix.os }} - Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: [ "3.8", "3.12" ]
steps:
- uses: actions/checkout@v2
- name: Set up Miniconda ${{ matrix.python-version }}
- name: Set up Miniconda (Python ${{ matrix.python-version }})
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
Expand Down

0 comments on commit 0571684

Please sign in to comment.