Skip to content

Commit a6a1869

Browse files
authored
Merge pull request #1661 from Libensemble/testing/whats_wrong_with_pixi
whats wrong with pixi?
2 parents bb2a0ef + 48eb6fd commit a6a1869

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/basic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- uses: prefix-dev/setup-pixi@v0.9.3
5050
with:
5151
pixi-version: v0.55.0
52-
cache: true
5352
frozen: true
5453
environments: ${{ matrix.python-version }}
5554
activate-environment: ${{ matrix.python-version }}

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ gxx_linux-64 = ">=15.2.0,<16"
202202
# Extra dependencies, from pypi
203203
[dependency-groups]
204204
extra = [
205-
"pyenchant==3.2.2",
205+
"pyenchant>=3.2.2",
206206
"enchant>=0.0.1,<0.0.2",
207207
"proxystore>=0.8.3,<0.9",
208208
"redis>=7.1.0,<8",

0 commit comments

Comments
 (0)