Skip to content

Commit

Permalink
ci: Add COVERAGE_CORE=sysmon for tests (#6465)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Dec 6, 2024
1 parent 4ea11af commit 43a0dbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,16 @@ bokeh_sampledata = "*"
python = "3.12.*"
bokeh_sampledata = "*"

[feature.py312.activation.env]
COVERAGE_CORE = "sysmon"

[feature.py313.dependencies]
python = "3.13.*"
bokeh_sampledata = "*"

[feature.py313.activation.env]
COVERAGE_CORE = "sysmon"

[feature.example.dependencies]
cftime = "*"
dask-core = "*"
Expand Down

0 comments on commit 43a0dbf

Please sign in to comment.