Skip to content

Commit 01b009b

Browse files
authored
DEV: pixi adjustments (#29)
1 parent 064a248 commit 01b009b

File tree

4 files changed

+1838
-1910
lines changed

4 files changed

+1838
-1910
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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/[email protected]

docs/contributing.md

+9-3
Original file line numberDiff line numberDiff 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
5151
pixi 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
```
5763
pixi run lint
@@ -76,6 +82,6 @@ tasks available in the `dev` environment:
7682

7783
```
7884
pixi shell -e docs
79-
pixi shell -e test
85+
pixi shell -e tests
8086
pixi shell -e lint
8187
```

0 commit comments

Comments
 (0)