Skip to content

Commit 9ca1bbc

Browse files
committed
pixi: Remove old windows workflow
1 parent 18521ac commit 9ca1bbc

File tree

3 files changed

+6
-155
lines changed

3 files changed

+6
-155
lines changed

.github/workflows/conda/environment_all.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/macos-linux-conda.yml renamed to .github/workflows/macos-linux-windows-conda.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - OSX/Linux via Conda
1+
name: CI - OSX/Linux/Windows via Pixi
22

33
on:
44
push:
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
jobs:
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:
@@ -69,8 +69,8 @@ jobs:
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

.github/workflows/windows-conda.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)