diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3aae7ecf..b89bc0e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,11 +78,15 @@ jobs: - name: Test run: | # Generate the version.h file so that the docker image does not depend on git. - python setup.py || true docker run -v "$PWD:/io" --platform=linux/${{ matrix.architecture }} python:alpine ash -c ' - apk add gcc g++ musl-dev + apk add gcc g++ musl-dev git cd /io - pip install --no-build-isolation . pytest + ls -a . + ls -a .git + git status + git show + git tag -l + pip install . pytest pytest '