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:
117
117
with :
118
118
python-version : " 3.8"
119
119
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-
136
136
137
137
- name : Install deps
138
138
run : |
Original file line number Diff line number Diff line change 50
50
51
51
clean :
52
52
rm -rf $(BUILDDIR ) /*
53
+ rm -rf auto_examples/
54
+ rm -rf modules/generated/*
53
55
54
56
html :
55
57
$(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
@@ -191,11 +193,6 @@ pseudoxml:
191
193
@echo
192
194
@echo " Build finished. The pseudo-XML files are in $( BUILDDIR) /pseudoxml."
193
195
194
- clean :
195
- rm -rf $(BUILDDIR ) /*
196
- rm -rf auto_examples/
197
- rm -rf modules/generated/*
198
-
199
196
html-noplot :
200
197
$(SPHINXBUILD ) -D plot_gallery=0 -b html $(ALLSPHINXOPTS ) $(BUILDDIR ) /html
201
198
@echo
Original file line number Diff line number Diff line change 4
4
.. image :: https://img.shields.io/pypi/v/nltools.svg
5
5
:target: https://pypi.org/project/nltools/
6
6
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
9
9
10
10
.. image :: https://codecov.io/gh/cosanlab/nltools/branch/master/graph/badge.svg
11
11
:target: https://codecov.io/gh/cosanlab/nltools
You can’t perform that action at this time.
0 commit comments