Skip to content

Commit

Permalink
cond up 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 12, 2023
1 parent 9a5b830 commit a7f4931
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def main(ctx):
code3 = fs.read("tools/ci/cirrus_deploy_conda_linux_aarch64.yml")
code4 = fs.read("tools/ci/cirrus_deploy_conda_macosx_arm64.yml")

# Return errro if any of the codes are nonzero
code = code1 | code2 | code 3 | code4
# Return error if any of the codes are nonzero
code = code1 or code2 or code 3 or code4

return code
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,13 @@ Successful installation and tests have been performed on the following platforms
Python wheels for ``special_functions`` for all supported platforms and versions in the above are available through `PyPI <https://pypi.org/project/special_functions/>`__ and `Anaconda Cloud <https://anaconda.org/s-ameli/special_functions>`__. If you need ``special_functions`` on other platforms, architectures, and Python or PyPy versions, `raise an issue <https://github.com/ameli/special_functions/issues>`__ on GitHub and we build its Python Wheel for you.

:sup:`1. Wheels for PyPy are exclusively available for installation through pip and cannot be installed using conda.`

|br|
:sup:`2. Wheels for Windows on ARM-64 architecture are exclusively available for installation through pip and cannot be installed using conda.`

.. |br| raw:: html

<br/>


------------
Dependencies
Expand Down
6 changes: 5 additions & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ Successful installation and tests have been performed on the following platforms
Python wheels for ``special_functions`` for all supported platforms and versions in the above are available through `PyPI <https://pypi.org/project/special_functions/>`_ and `Anaconda Cloud <https://anaconda.org/s-ameli/special_functions>`_. If you need ``special_functions`` on other platforms, architectures, and Python or PyPy versions, `raise an issue <https://github.com/ameli/special_functions/issues>`_ on GitHub and we build its Python Wheel for you.

:sup:`1. Wheels for PyPy are exclusively available for installation through pip and cannot be installed using conda.`

|br|
:sup:`2. Wheels for Windows on ARM-64 architecture are exclusively available for installation through pip and cannot be installed using conda.`

.. |br| raw:: html

<br/>


============
Dependencies
Expand Down

0 comments on commit a7f4931

Please sign in to comment.