Skip to content

Commit def6c16

Browse files
committed
Revert "Temporarily disable CI test that builds wheel of pygit2"
This reverts commit 3ab3c78.
1 parent d008961 commit def6c16

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build-and-push.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ jobs:
5959
TOXENV: ${{ matrix.toxenv }}
6060
run: |
6161
docker run --rm --platform linux/${{ matrix.arch }} -v $PWD/example_project:/src -w /src -e TOXENV -e TOX_PARAMS="-p auto" fedorapython/fedora-python-tox:${{ matrix.arch }}
62-
# Re-enable this test when switching from f40 to f41
63-
# - name: Test dnf install and wheel build
64-
# env:
65-
# TOXENV: ${{ matrix.toxenv }}
66-
# run: |
67-
# docker run --rm --platform linux/${{ matrix.arch }} -e DNF_INSTALL="libffi-devel 'pkgconfig(libgit2) >= 1.7' /usr/bin/cowsay" fedorapython/fedora-python-tox:${{ matrix.arch }} sh -c "/run_tests.sh; pip install -I --no-deps --compile --no-binary :all: cffi pygit2~=1.14.0 && cowsay DONE"
62+
- name: Test dnf install and wheel build
63+
env:
64+
TOXENV: ${{ matrix.toxenv }}
65+
run: |
66+
docker run --rm --platform linux/${{ matrix.arch }} -e DNF_INSTALL="libffi-devel 'pkgconfig(libgit2) >= 1.7' /usr/bin/cowsay" fedorapython/fedora-python-tox:${{ matrix.arch }} sh -c "/run_tests.sh; pip install -I --no-deps --compile --no-binary :all: cffi pygit2~=1.14.0 && cowsay DONE"
6867
- name: Test external project with WORKDIR
6968
run: |
7069
docker run --rm --platform linux/${{ matrix.arch }} -e TOXENV=py3 -e GIT_URL=https://github.com/Netflix/nflxprofile.git -e WORKDIR=python fedorapython/fedora-python-tox:${{ matrix.arch }}

0 commit comments

Comments
 (0)