Skip to content

Commit

Permalink
Add Pixi test
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Nov 13, 2024
1 parent 82c89df commit e2fae3f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,21 @@ jobs:

# endregion venv

# region Pixi
- name: Install Pixi
uses: prefix-dev/setup-pixi@v0.8.1

- name: Create Pixi environments
run: |
pixi init
pixi add python
pixi add --feature dev python
pixi project environment add --feature dev dev
pixi install --environment dev
shell: bash

# endregion Pixi

# Rust
- name: Rust Tool Chain setup
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit e2fae3f

Please sign in to comment.