Skip to content

Commit

Permalink
simplify pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed May 24, 2024
1 parent ce12415 commit 52c19fa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,25 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
# with:
# pixi-version: v0.22.0
# cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run test
- name: Format and lint
run: |
pixi run fmt
pixi run lint
- name: Assert no changes
run: |
git diff --exit-code
- name: Test
run: |
pixi run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 52c19fa

Please sign in to comment.