Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 16, 2024
1 parent 09eaf2b commit d5b7c02
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ jobs:
python3 -m venv /vpy3
/vpy3/bin/activate
python -m ensurepip
python -m pip install pyroma pytest pytest-cov pytest-timeout
pushd depends && ./install_extra_test_images.sh && popd
- name: Build Pillow
run: SETUPTOOLS_USE_DISTUTILS="stdlib" CFLAGS="-coverage" python -m pip install .

- name: Test Pillow
run: |
python selftest.py --installed
.ci/test.sh
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: GHA_Windows
name: "MSYS2 MinGW"
token: ${{ secrets.CODECOV_ORG_TOKEN }}
echo "torch"
python -c 'import sys;print(sys.prefix)'
python3 -c 'import sys;print(sys.prefix)'

0 comments on commit d5b7c02

Please sign in to comment.