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 66
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"
67
67
- name : Test external project with WORKDIR
68
68
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 }}
70
70
- name : Login to DockerHub
71
71
uses : docker/login-action@v1
72
72
if : github.event_name == 'push' || github.event_name == 'schedule'
You can’t perform that action at this time.
0 commit comments