Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659
with:
environments: ${{ matrix.env }}
- name: Install repository
run: |
pixi run -e ${{ matrix.env }} postinstall
pixi-url: https://github.com/pavelzw/temp-pixi/raw/refs/heads/main/pixi-x86_64-unknown-linux-musl-0.38.0-3-g32900a04
- name: Run unittests
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507
with:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,5 @@ TODO: Add some benchmarks

```bash
pixi install
pixi run postinstall
pixi run test
```
Loading