Skip to content

Commit

Permalink
debug: does this pass?
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Dec 17, 2024
1 parent 138304c commit a5e5ced
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
run: |
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
# - 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 a5e5ced

Please sign in to comment.