Skip to content

Commit 38d4675

Browse files
committed
ci: nox
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent e87b91b commit 38d4675

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,21 @@ env:
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

2322
jobs:
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

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def precommit(s: nox.Session, /) -> None:
3131
@session(uv_groups=["lint"], reuse_venv=True)
3232
def pylint(s: nox.Session, /) -> None:
3333
"""Run PyLint."""
34-
s.install(".", "pylint>=3.2")
3534
s.run("pylint", "plotting_backends", *s.posargs)
3635

3736

0 commit comments

Comments
 (0)