Skip to content

Commit

Permalink
[CI] Upload wheel from MinGW to enable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Feb 3, 2023
1 parent 9227599 commit ca527b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -726,6 +726,12 @@ jobs:
python_package=full env_vars=PYTHONPATH,GITHUB_ACTIONS
toolchain=mingw f90_interface=n --debug=time
shell: cmd
- name: Upload Wheel
uses: actions/upload-artifact@v3
with:
path: build\python\dist\Cantera*.whl
name: Cantera-win_amd64.whl
retention-days: 2
- name: Test Cantera
run: scons test show_long_tests=yes verbose_tests=yes --debug=time

Expand Down

0 comments on commit ca527b4

Please sign in to comment.