Skip to content

Commit

Permalink
postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jun 10, 2024
1 parent 91ff3e5 commit 36202a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
auth-host: https://conda.prod.quantco.cloud
auth-conda-token: ${{ secrets.QUETZ_API_KEY }}
environments: default lint
- name: Install repository
# needed for mypy
run: pixi run postinstall
- name: pre-commit
run: pixi run pre-commit-run --color=always --show-diff-on-failure

Expand Down

0 comments on commit 36202a4

Please sign in to comment.