File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 # Many color libraries just need this to be set to any value, but at least
1919 # one distinguishes color depth, where "3" -> "256-bit color".
2020 FORCE_COLOR : 3
21- PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
2221
2322jobs :
2423 dist :
2524 name : Distribution build
2625 runs-on : ubuntu-latest
2726 permissions :
2827 contents : read
28+ env :
29+ PYO3_USE_ABI3_FORWARD_COMPATIBILITY : " 1"
2930
3031 steps :
3132 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3233 with :
3334 fetch-depth : 0
35+ persist-credentials : false
3436
3537 - uses : hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
3638
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ def precommit(s: nox.Session, /) -> None:
3131@session (uv_groups = ["lint" ], reuse_venv = True )
3232def pylint (s : nox .Session , / ) -> None :
3333 """Run PyLint."""
34- s .install ("." , "pylint>=3.2" )
3534 s .run ("pylint" , "plotting_backends" , * s .posargs )
3635
3736
You can’t perform that action at this time.
0 commit comments