Skip to content

Commit

Permalink
TEMPORARY: debug pip CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Mar 28, 2022
1 parent 91d582f commit 872a8cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -516,6 +516,13 @@ jobs:
python_package=full env_vars=PYTHONPATH,GITHUB_ACTIONS
msvc_version=${{ matrix.vs-toolset }} f90_interface=n --debug=time
shell: cmd
- name: Store pip debug log
if: always()
uses: actions/upload-artifact@v2
with:
name: pip-debug.log
path: pip-debug-vc${{ matrix.vs-toolset }}-py${{ matrix.python-version }}.log
retention-days: 2
- name: Test Cantera
run: scons test show_long_tests=yes verbose_tests=yes --debug=time

Expand Down
2 changes: 1 addition & 1 deletion interfaces/cython/SConscript
Expand Up @@ -102,7 +102,7 @@ ext = localenv.LoadableModule(f"cantera/_cantera{module_ext}",
obj, LIBPREFIX="", SHLIBSUFFIX=module_ext,
SHLIBPREFIX="", LIBSUFFIXES=[module_ext])

build_cmd = ("$python_cmd_esc -m pip wheel --no-build-isolation --no-deps "
build_cmd = ("$python_cmd_esc -m pip wheel -vvv --log pip-debug.log --no-build-isolation --no-deps "
"--wheel-dir=build/python/dist build/python")
plat = info['plat'].replace('-', '_').replace('.', '_')
wheel_name = (f"Cantera-{env['cantera_version']}-cp{py_version_nodot}"
Expand Down

0 comments on commit 872a8cd

Please sign in to comment.