File tree Expand file tree Collapse file tree 4 files changed +1838
-1910
lines changed Expand file tree Collapse file tree 4 files changed +1838
-1910
lines changed Original file line number Diff line number Diff line change 6161 environments : ${{ matrix.environment }}
6262
6363 - name : Test package
64- run : pixi run -e ${{ matrix.environment }} test -ci
64+ run : pixi run -e ${{ matrix.environment }} tests -ci
6565
6666 - name : Upload coverage report
6767 uses : codecov/codecov-action@v4.5.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pixi shell -e dev
3636- To run the tests:
3737
3838```
39- pixi run test
39+ pixi run tests
4040```
4141
4242- To build the docs locally:
@@ -51,7 +51,13 @@ pixi run docs
5151pixi run open-docs
5252```
5353
54- - To install a [ pre-commit] ( https://pre-commit.com ) hook and run the lint suite:
54+ - To install a [ pre-commit] ( https://pre-commit.com ) hook:
55+
56+ ```
57+ pixi run pre-commit-install
58+ ```
59+
60+ - To run the lint suite:
5561
5662```
5763pixi run lint
@@ -76,6 +82,6 @@ tasks available in the `dev` environment:
7682
7783```
7884pixi shell -e docs
79- pixi shell -e test
85+ pixi shell -e tests
8086pixi shell -e lint
8187```
You can’t perform that action at this time.
0 commit comments