Skip to content

Commit

Permalink
DEV: pixi adjustments (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley authored Nov 20, 2024
1 parent 064a248 commit 01b009b
Show file tree
Hide file tree
Showing 4 changed files with 1,838 additions and 1,910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
environments: ${{ matrix.environment }}

- name: Test package
run: pixi run -e ${{ matrix.environment }} test-ci
run: pixi run -e ${{ matrix.environment }} tests-ci

- name: Upload coverage report
uses: codecov/[email protected]
Expand Down
12 changes: 9 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pixi shell -e dev
- To run the tests:

```
pixi run test
pixi run tests
```

- To build the docs locally:
Expand All @@ -51,7 +51,13 @@ pixi run docs
pixi run open-docs
```

- To install a [pre-commit](https://pre-commit.com) hook and run the lint suite:
- To install a [pre-commit](https://pre-commit.com) hook:

```
pixi run pre-commit-install
```

- To run the lint suite:

```
pixi run lint
Expand All @@ -76,6 +82,6 @@ tasks available in the `dev` environment:

```
pixi shell -e docs
pixi shell -e test
pixi shell -e tests
pixi shell -e lint
```
Loading

0 comments on commit 01b009b

Please sign in to comment.