File tree Expand file tree Collapse file tree 3 files changed +6
-155
lines changed Expand file tree Collapse file tree 3 files changed +6
-155
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : CI - OSX/Linux via Conda
1+ name : CI - OSX/Linux/Windows via Pixi
22
33on :
44 push :
@@ -24,7 +24,7 @@ concurrency:
2424 cancel-in-progress : true
2525
2626jobs :
27- eigenpy-conda :
27+ eigenpy-pixi :
2828 name : ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
2929 runs-on : ${{ matrix.os }}
3030 env :
6969 - uses : actions/cache@v4
7070 with :
7171 path : .ccache
72- key : ccache-macos-linux-conda -${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-${{ github.sha }}
73- restore-keys : ccache-macos-linux-conda -${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-
72+ key : ccache-macos-linux-windows-pixi -${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-${{ github.sha }}
73+ restore-keys : ccache-macos-linux-windows-pixi -${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-
7474
7575 -
uses :
prefix-dev/[email protected] 7676 with :
@@ -102,10 +102,10 @@ jobs:
102102
103103 check :
104104 if : always()
105- name : check-macos-linux-conda
105+ name : check-macos-linux-windows-pixi
106106
107107 needs :
108- - eigenpy-conda
108+ - eigenpy-pixi
109109
110110 runs-on : Ubuntu-latest
111111
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments