From 41d7aeb684a9d8a584e260884ceffc7ac6361216 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 25 Dec 2024 01:50:25 +0100 Subject: [PATCH] Use nanobind from f41 repo (#966) --- .github/workflows/fedora-copr-build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/fedora-copr-build.yml b/.github/workflows/fedora-copr-build.yml index 40816a18..48defdc8 100644 --- a/.github/workflows/fedora-copr-build.yml +++ b/.github/workflows/fedora-copr-build.yml @@ -153,12 +153,6 @@ jobs: if [[ "$chroot" == rhel-8-* ]]; then copr edit-chroot --modules "swig:4.0" ${{ env.project_today }}/$chroot fi - # TODO(kwk): The python-nanobind package acceptance review is taking place here: - # https://bugzilla.redhat.com/show_bug.cgi?id=2331339 - # Once that package is accepted in Fedora, remove the following chroot edit. - if [[ "$chroot" =~ fedora-(4[1-9]) ]]; then - copr edit-chroot --repos "copr://kkleine/python-nanobind" ${{ env.project_today }}/$chroot - fi # Dump chroot information after all modification copr get-chroot ${{ env.project_today }}/$chroot