File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments