File tree Expand file tree Collapse file tree 3 files changed +20
-23
lines changed
Expand file tree Collapse file tree 3 files changed +20
-23
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 5050
5151clean :
5252 rm -rf $(BUILDDIR ) /*
53+ rm -rf auto_examples/
54+ rm -rf modules/generated/*
5355
5456html :
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-
199196html-noplot :
200197 $(SPHINXBUILD ) -D plot_gallery=0 -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
201198 @echo
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments