Skip to content

Commit

Permalink
Fix variable name in Python tests (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Mar 19, 2024
1 parent 564f259 commit f7f684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
jobs:
test:
name: Python ${{ matrix.python-version }} - ${{ matrix.os }}
name: ${{ matrix.pixi-environment }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit f7f684d

Please sign in to comment.