Skip to content

Commit

Permalink
Fix the job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jan 12, 2024
1 parent c6397ed commit 8e32403
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jobs:
${{ matrix.dependency_type && format('({0})', matrix.dependency_type) }}
${{ matrix.quarto && '(Quarto)' }}
${{ matrix.no_kernel && '(No kernel)' }}
${{ matrix.no_markdown-it-py && '(No markdown-it-py)' }}
${{ !matrix.no_markdown-it-py && format('(markdown-it-py {0})', matrix.markdown-it-py) }}
${{ matrix.no_markdown-it-py && '(No markdown-it-py)' || format('(markdown-it-py {0})', matrix.markdown-it-py) }}
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12"]
experimental: [false]
no_markdown-it-py: [false]
include:
# Test pre-release versions
- python-version: "3.x"
Expand Down

0 comments on commit 8e32403

Please sign in to comment.