diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index e083370b..bb26dea4 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -5,4 +5,5 @@ on: [push, pull_request] jobs: call-testing-linux: - uses: nrao/gh-actions-templates-public/.github/workflows/black-template.yml@main \ No newline at end of file + uses: nrao/gh-actions-templates-public/.github/workflows/black-template.yml@honeycomb + secrets: inherit diff --git a/.github/workflows/python-testing-linux.yml b/.github/workflows/python-testing-linux.yml index 77570860..fa5ab600 100644 --- a/.github/workflows/python-testing-linux.yml +++ b/.github/workflows/python-testing-linux.yml @@ -13,7 +13,7 @@ on: jobs: call-testing-linux: - uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-linux-template.yml@main + uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-linux-template.yml@honeycomb with: cov_project: "astrohack" test-path: "tests/" diff --git a/.github/workflows/python-testing-macos.yml b/.github/workflows/python-testing-macos.yml index 8efe3a23..e4fe44db 100644 --- a/.github/workflows/python-testing-macos.yml +++ b/.github/workflows/python-testing-macos.yml @@ -13,4 +13,5 @@ on: jobs: call-testing-linux: - uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-macos-template.yml@main + uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-macos-template.yml@honeycomb + secrets: inherit diff --git a/.github/workflows/run-ipynb.yml b/.github/workflows/run-ipynb.yml index 2d68baa5..23c9dcdb 100644 --- a/.github/workflows/run-ipynb.yml +++ b/.github/workflows/run-ipynb.yml @@ -13,6 +13,6 @@ on: jobs: - call-testing-linux: - uses: nrao/gh-actions-templates-public/.github/workflows/run-ipynb-template.yml@main - secrets: inherit \ No newline at end of file + call-testing-ipynb: + uses: nrao/gh-actions-templates-public/.github/workflows/run-ipynb-template.yml@honeycomb + secrets: inherit diff --git a/README.rst b/README.rst index 04937dc7..0661661a 100755 --- a/README.rst +++ b/README.rst @@ -52,7 +52,6 @@ acceleration technologies, such as `Dask `_ and `Numba `_. Making the reduction of holography data much faster and streamlined for the user. - -> 📝 astroHACK is under active development! Breaking API changes are -still happening on a regular basis, so proceed with caution. +.. note:: + 📝 astroHACK is under active development! Breaking API changes are still happening on a regular basis, so proceed with caution. diff --git a/empty b/empty new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index 3de5a292..13e31a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,3 +22,5 @@ file = "LICENSE.txt" [project.optional-dependencies] docs = [ "ipykernel", "ipympl", "ipython", "jupyter-client", "nbsphinx", "recommonmark", "scanpydoc", "sphinx-autoapi", "sphinx-autosummary-accessors", "sphinx_rtd_theme", "twine", "pandoc",] + +# TODO: add [build-system] specifier \ No newline at end of file