Skip to content

Commit a7085c6

Browse files
committed
pixi: Fix environment namming
1 parent 5417b70 commit a7085c6

File tree

3 files changed

+135
-10
lines changed

3 files changed

+135
-10
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, macos-14]
22-
environment: [py38_ci, py312_ci]
22+
environment: [py38-ci, py312-ci]
2323
build_type: [Release, Debug]
2424
cxx_options: ['']
2525

2626
include:
2727
- os: ubuntu-latest
28-
environment: py312_ci
28+
environment: py312-ci
2929
cxx_options: '-mavx2'
3030
- os: macos-14
31-
environment: accelerate_ci
31+
environment: accelerate-ci
3232

3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)