Skip to content

Commit

Permalink
ci: Drop
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrung committed Aug 1, 2024
1 parent e70fd80 commit eb461a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- debian:bookworm-slim
- debian:testing-slim
- debian:unstable-slim
- ubuntu:jammy
- ubuntu:noble
- ubuntu:oracular
container:
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
- debian:bookworm-slim
- debian:testing-slim
- debian:unstable-slim
- ubuntu:jammy
- ubuntu:noble
- ubuntu:oracular
container:
Expand Down Expand Up @@ -93,7 +91,6 @@ jobs:
- debian:bookworm-slim
- debian:testing-slim
- debian:unstable-slim
- ubuntu:jammy
- ubuntu:noble
- ubuntu:oracular
container:
Expand Down Expand Up @@ -127,7 +124,6 @@ jobs:
container:
- debian:testing-slim
- debian:unstable-slim
- ubuntu:jammy
- ubuntu:noble
- ubuntu:oracular
container:
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
import subprocess

from setuptools import Command, setup

try:
from setuptools.command.build import build
except ImportError:
# Fallback for setuptools < 60 and Python < 3.12
from distutils.command.build import build # pylint: disable=deprecated-module
from setuptools.command.build import build

HOOKS = ["hooks/disable-units", "hooks/enable-units"]
MAN_PAGES = ["bdebstrap.1"]
Expand Down

0 comments on commit eb461a0

Please sign in to comment.