Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 21, 2024
1 parent 4d22123 commit 0009d0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,10 @@ jobs:
msystem: ucrt64
install: mingw-w64-ucrt-x86_64-cc
- name: Run
env:
DISTUTILS_TEST_DEFAULT_COMPILER: mingw32
run: |
$env:MSYS2_ROOT = msys2 -c 'cygpath -m /'
$env:PATH = "$env:MSYS2_ROOT/ucrt64/bin;$env:PATH"
tox
tox --env DISTUTILS_TEST_DEFAULT_COMPILER=mingw32
ci_setuptools:
# Integration testing with setuptools
Expand Down

0 comments on commit 0009d0d

Please sign in to comment.