We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842711a commit 9966688Copy full SHA for 9966688
.github/workflows/macos-linux-conda.yml
@@ -4,7 +4,7 @@ on: [push,pull_request]
4
5
jobs:
6
eigenpy-conda:
7
- name: ${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
+ name: ${{ matrix.os }} - ${{ matrix.python-version }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
8
runs-on: ${{ matrix.os }}
9
env:
10
CCACHE_DIR: ${{ matrix.CCACHE_DIR }}
0 commit comments