Skip to content

Commit ba59080

Browse files
committed
remove bash shell
1 parent 8d1707f commit ba59080

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: prefix-dev/[email protected]
2020
with:
21+
pixi-version: v0.54.0
2122
environments: >-
2223
dev
2324
docs
@@ -34,8 +35,7 @@ jobs:
3435
run: |
3536
pixi run -e dev test
3637
- name: Test with doctest
37-
if: matrix.os != 'ubuntu-24.04-arm'
38-
shell: bash
38+
if: matrix.os == 'ubuntu-latest'
3939
run: |
4040
pixi run -e docs doc
4141
CMD=doctest pixi run -e docs doc
@@ -44,7 +44,6 @@ jobs:
4444
pixi run -e nogil nogil-eta
4545
- name: Test coverage
4646
if: matrix.os == 'ubuntu-latest'
47-
shell: bash
4847
run: |
4948
FMT=xml pixi run -e dev test-coverage
5049
- name: Upload coverage reports to Codecov

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ build:
77
jobs:
88
create_environment:
99
- asdf plugin add pixi
10-
- asdf install pixi latest
11-
- asdf global pixi latest
10+
- asdf install pixi 0.54.0
11+
- asdf global pixi 0.54.0
1212
install:
1313
- pixi install -e docs
1414
build:
1515
html:
16-
- pixi run -e docs doc --site-dir $READTHEDOCS_OUTPUT/html
16+
- BUILDDIR=$READTHEDOCS_OUTPUT/html pixi run -e docs doc

0 commit comments

Comments
 (0)