Skip to content

Commit

Permalink
Fix test pypi worflow (pybamm-team#4217)
Browse files Browse the repository at this point in the history
* Update test pypi

* Style fix
  • Loading branch information
kratman authored Jul 10, 2024
1 parent b4eaa3f commit 5e04abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ jobs:
if: github.event.inputs.target == 'testpypi'
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TESTPYPI_TOKEN }}
packages-dir: files/
repository-url: https://test.pypi.org/legacy/

Expand Down
3 changes: 2 additions & 1 deletion scripts/install_KLU_Sundials.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ def install_sundials(download_dir, install_dir):
OpenMP_omp_LIBRARY = "/usr/local/opt/libomp/lib/libomp.dylib"
else:
raise NotImplementedError(
f"Unsupported processor architecture: {platform.processor()}. Only 'arm' and 'i386' architectures are supported."
f"Unsupported processor architecture: {platform.processor()}. "
"Only 'arm' and 'i386' architectures are supported."
)

# Don't pass the following args to CMake when building wheels. We set a custom
Expand Down

0 comments on commit 5e04abd

Please sign in to comment.