Skip to content

Commit

Permalink
Fixing the make issue with the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lizliz committed May 20, 2024
1 parent ff37725 commit b2e38fe
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clean:

tests:
# Running unittests
@pytest
@python -m unittest

release:
python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion doc_source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You should always include tests for new features and bug fixes. The `ect` packag

pytest

or by running::
or the standard `unittest` python framework by running::

make tests

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/contributing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You should always include tests for new features and bug fixes. The `ect` packag

pytest

or by running::
or the standard `unittest` python framework by running::

make tests

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3><span class="section-number">4.2.3. </span>Testing guidelines<a class="heade
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pytest</span>
</pre></div>
</div>
<p>or by running:</p>
<p>or the standard <cite>unittest</cite> python framework by running:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="n">tests</span>
</pre></div>
</div>
Expand Down
Binary file modified docs/doctrees/contributing.doctree
Binary file not shown.
Binary file modified docs/doctrees/ect_on_graphs.doctree
Binary file not shown.
Binary file modified docs/doctrees/embed_graph.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit b2e38fe

Please sign in to comment.