Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up pixi
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
with:
environments: default lint
environments: default lint py311
- name: Install repository
run: pixi run -e default postinstall
- name: pre-commit
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
# workaround for https://github.com/prefix-dev/pixi/issues/1482
- id: pixi-install
name: pixi-install
entry: pixi install -e default -e lint
entry: pixi install -e default -e lint -e py311
Comment thread
MariusMerkleQC marked this conversation as resolved.
language: system
always_run: true
require_serial: true
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
# mypy
- id: mypy
name: mypy
entry: pixi run -e default mypy
entry: pixi run -e py311 mypy
language: system
types_or: [python, pyi]
require_serial: true
Expand Down
Loading