Skip to content

Commit c690f88

Browse files
committed
Remove LICENSE workaround in pixi recipes
1 parent 388bd75 commit c690f88

9 files changed

Lines changed: 5 additions & 137 deletions

File tree

.github/workflows/pixi-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
4242
with:
43-
pixi-version: v0.64.0
43+
pixi-version: v0.66.0
4444
run-install: false
4545

4646
- name: Build

pixi-packages/asan/LICENSE.txt

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

pixi-packages/asan/pixi.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."

pixi-packages/default/LICENSE.txt

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

pixi-packages/default/pixi.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."

pixi-packages/freethreading/LICENSE.txt

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

pixi-packages/freethreading/pixi.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."

pixi-packages/tsan-freethreading/LICENSE.txt

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

pixi-packages/tsan-freethreading/pixi.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
channels = ["https://prefix.dev/conda-forge"]
33
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
44
preview = ["pixi-build"]
5-
6-
[package]
7-
# Work-around to https://github.com/prefix-dev/pixi/issues/5557
8-
license-file = "LICENSE.txt"
5+
requires-pixi = ">=0.66.0"
96

107
[package.build]
118
source.path = "../.."

0 commit comments

Comments
 (0)