Skip to content

Commit 0daaa2c

Browse files
committed
Use a different project for testing the WORKDIR feature
Because trezor-firmware has cryptography as a transitive dependency now, we cannot use it for testing anymore. To find a suitable project next time, use grep.app: https://grep.app/search?q=%5Btox%5D&filter[path][0]=python/
1 parent 12a4103 commit 0daaa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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'

0 commit comments

Comments
 (0)