Skip to content

Commit

Permalink
Install python3-nanobind-devel without copr
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Dec 22, 2024
1 parent 0bd3ccc commit be591b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[0-9]|rawhide) ]]; 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
Expand Down

0 comments on commit be591b5

Please sign in to comment.