Skip to content

Commit 0d5dfa9

Browse files
authored
Fix bug in CICD (#971)
* Update install_dependencies.sh * Update install_dependencies.sh * Update README.rst * Update index.rst * Update index.rst * Update index.rst
1 parent c85b081 commit 0d5dfa9

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

.scripts/ci/install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ if [[ "$OS" == "ubuntu-latest" ]]; then
66
echo "Installing APT dependencies"
77

88
sudo apt-get update -y
9-
sudo apt-get install automake -y # leidenalg
9+
sudo apt-get install automake -y
1010

1111
# PyQt5 related
1212
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 -y
1313
sudo Xvfb :42 -screen 0 1920x1080x24 -ac +extension GLX </dev/null &
1414
elif [[ "$OS" == "macos-latest" ]]; then
15-
brew install automake # leidenalg
15+
brew install automake
1616
fi

README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@ We are happy about any contributions! Before you start, check out our `contribut
9292
Squidpy is part of the scverse® project (`website`_, `governance`_) and is fiscally sponsored by `NumFOCUS`_.
9393
Please consider making a tax-deductible `donation`_ to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.
9494

95-
.. raw:: html
96-
97-
<p align="center">
98-
<a href="https://numfocus.org/project/scverse">
99-
<img src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png" width="200">
100-
</a>
101-
</p>
95+
.. image:: https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png
96+
:width: 200
97+
:target: https://numfocus.org/project/scverse
98+
:align: center
10299

docs/index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,15 @@ tissue images if available.
3232
Squidpy is part of the scverse® project (`website`_, `governance`_) and is fiscally sponsored by `NumFOCUS`_.
3333
Please consider making a tax-deductible `donation`_ to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.
3434

35-
.. raw:: html
36-
37-
<p align="center">
38-
<a href="https://numfocus.org/project/scverse">
39-
<img src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png" width="200">
40-
</a>
41-
</p>
35+
.. image:: https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png
36+
:width: 200
37+
:target: https://numfocus.org/project/scverse
38+
:align: center
4239

4340
Manuscript
4441
----------
4542
.. _Palla, Spitzer et al. (2022): https://doi.org/10.1038/s41592-021-01358-2
43+
4644
Please see our manuscript `Palla, Spitzer et al. (2022)`_ in **Nature Methods** to learn more.
4745

4846
Squidpy's key applications
@@ -114,4 +112,5 @@ We are happy about any contributions! Before you start, check out our `contribut
114112
.. _skimage: https://scikit-image.org/
115113
.. _contributing guide: https://github.com/scverse/squidpy/blob/main/CONTRIBUTING.rst
116114
.. _discourse: https://discourse.scverse.org/
115+
117116
.. _github: https://github.com/scverse/squidpy

0 commit comments

Comments
 (0)