Skip to content

Commit

Permalink
Remove the python version from test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Jul 18, 2024
1 parent be4594e commit 2c5d63d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, workflow_dispatch]
jobs:
pipeline:

name: pipeline (${{ matrix.python-version }}, ${{ matrix.os }})
name: pipeline ${{ matrix.os }})
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2c5d63d

Please sign in to comment.