Skip to content

Commit

Permalink
debug: add more pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 17, 2024
1 parent 13dfdc0 commit 138304c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Test with pytest
run: |
pytest -v *.py
pytest --version
- name: Install pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.2
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
run: pixi --version
- name: build all
run: |
pixi run clean
pixi run build
pixi run check
pixi run docs

0 comments on commit 138304c

Please sign in to comment.