File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6666 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"
6767 - name : Test external project with WORKDIR
6868 run : |
69- docker run --rm --platform linux/${{ matrix.arch }} -e TOXENV=py310-minimal -e GIT_URL=https://github.com/trezor/trezor-firmware .git -e WORKDIR=python fedorapython/fedora-python-tox:${{ matrix.arch }}
69+ 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 }}
7070 - name : Login to DockerHub
7171 uses : docker/login-action@v1
7272 if : github.event_name == 'push' || github.event_name == 'schedule'
You can’t perform that action at this time.
0 commit comments