Skip to content

Commit a77b22a

Browse files
committed
Merge branch 'develop' into testing/pixi_extra_tests
2 parents 7a8d333 + a6a1869 commit a77b22a

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/basic.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@ jobs:
3939
shell: bash -l {0}
4040

4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
with:
4444
lfs: true
4545

4646
- name: Checkout lockfile
4747
run: git lfs checkout
4848

49-
- uses: prefix-dev/setup-pixi@v0.9.2
49+
- 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 }}
@@ -93,4 +92,4 @@ jobs:
9392
runs-on: ubuntu-latest
9493
steps:
9594
- uses: actions/checkout@v6
96-
- uses: crate-ci/typos@v1.42.0
95+
- uses: crate-ci/typos@v1.42.1

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
runs-on: ubuntu-latest
110110
steps:
111111
- uses: actions/checkout@v6
112-
- uses: crate-ci/typos@v1.42.0
112+
- uses: crate-ci/typos@v1.42.1

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
@@ -205,7 +205,7 @@ gxx_linux-64 = ">=15.2.0,<16"
205205
# Extra dependencies, from pypi
206206
[dependency-groups]
207207
extra = [
208-
"pyenchant==3.2.2",
208+
"pyenchant>=3.2.2",
209209
"enchant>=0.0.1,<0.0.2",
210210
"proxystore>=0.8.3,<0.9",
211211
"redis>=7.1.0,<8",

0 commit comments

Comments
 (0)