Skip to content

Commit

Permalink
cmake: show python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 27, 2023
1 parent 9966688 commit 7bcf016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push,pull_request]

jobs:
eigenpy-conda:
name: ${{ matrix.os }} - ${{ matrix.python-version }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
name: ${{ matrix.os }} - Python ${{ matrix.python-version }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
runs-on: ${{ matrix.os }}
env:
CCACHE_DIR: ${{ matrix.CCACHE_DIR }}
Expand Down

0 comments on commit 7bcf016

Please sign in to comment.