Skip to content

Commit b15eb85

Browse files
committed
fix ci badge. try to fix failing gallery build on ga
1 parent c178885 commit b15eb85

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

.github/workflows/auto_formatting_tests_and_coverage.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,22 @@ jobs:
117117
with:
118118
python-version: "3.8"
119119

120-
- name: Upgrade pip
121-
run: |
122-
# install pip=>20.1 to use "pip cache dir"
123-
python3 -m pip install --upgrade pip
124-
125-
- name: Setup pip-cache
126-
id: pip-cache
127-
run: echo "::set-output name=dir::$(pip cache dir)"
128-
129-
- name: Cache deps
130-
uses: actions/cache@v2
131-
with:
132-
path: ${{ steps.pip-cache.outputs.dir }}
133-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
134-
restore-keys: |
135-
${{ runner.os }}-pip-
120+
# - name: Upgrade pip
121+
# run: |
122+
# # install pip=>20.1 to use "pip cache dir"
123+
# python3 -m pip install --upgrade pip
124+
125+
# - name: Setup pip-cache
126+
# id: pip-cache
127+
# run: echo "::set-output name=dir::$(pip cache dir)"
128+
129+
# - name: Cache deps
130+
# uses: actions/cache@v2
131+
# with:
132+
# path: ${{ steps.pip-cache.outputs.dir }}
133+
# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
134+
# restore-keys: |
135+
# ${{ runner.os }}-pip-
136136

137137
- name: Install deps
138138
run: |

docs/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ help:
5050

5151
clean:
5252
rm -rf $(BUILDDIR)/*
53+
rm -rf auto_examples/
54+
rm -rf modules/generated/*
5355

5456
html:
5557
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@@ -191,11 +193,6 @@ pseudoxml:
191193
@echo
192194
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
193195

194-
clean:
195-
rm -rf $(BUILDDIR)/*
196-
rm -rf auto_examples/
197-
rm -rf modules/generated/*
198-
199196
html-noplot:
200197
$(SPHINXBUILD) -D plot_gallery=0 -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
201198
@echo

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ NLTools
44
.. image:: https://img.shields.io/pypi/v/nltools.svg
55
:target: https://pypi.org/project/nltools/
66

7-
.. image:: https://github.com/cosanlab/nltools/actions/workflows/tests_and_coverage.yml/badge.svg
8-
:target: https://github.com/cosanlab/nltools/actions/workflows/tests_and_coverage.yml
7+
.. image:: https://github.com/cosanlab/nltools/actions/workflows/auto_formatting_tests_and_coverage.yml/badge.svg
8+
:target: https://github.com/cosanlab/nltools/actions/workflows/auto_formatting_tests_and_coverage.yml
99

1010
.. image:: https://codecov.io/gh/cosanlab/nltools/branch/master/graph/badge.svg
1111
:target: https://codecov.io/gh/cosanlab/nltools

0 commit comments

Comments
 (0)