File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install licensed
19
19
run : |
20
20
cd $RUNNER_TEMP
21
- curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2 /licensed-2.12.2 -linux-x64.tar.gz
21
+ curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.3.1 /licensed-3.3.1 -linux-x64.tar.gz
22
22
sudo tar -xzf licensed.tar.gz
23
23
sudo mv licensed /usr/local/bin/licensed
24
24
- run : licensed status
Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ steps:
230
230
python-version: '3.9'
231
231
cache: 'pip'
232
232
- run: pip install -r requirements.txt
233
- - run: pip test
234
233
```
235
234
236
235
** Caching pipenv dependencies:**
@@ -244,7 +243,6 @@ steps:
244
243
python-version : ' 3.9'
245
244
cache : ' pipenv'
246
245
- run : pipenv install
247
- - run : pipenv test
248
246
` ` `
249
247
250
248
**Using wildcard patterns to cache dependencies**
@@ -257,7 +255,6 @@ steps:
257
255
cache : ' pip'
258
256
cache-dependency-path : ' **/requirements-dev.txt'
259
257
- run : pip install -r subdirectory/requirements-dev.txt
260
- - run : pip test
261
258
` ` `
262
259
263
260
**Using a list of file paths to cache dependencies**
@@ -274,7 +271,6 @@ steps:
274
271
server/app/Pipfile.lock
275
272
__test__/app/Pipfile.lock
276
273
- run : pipenv install
277
- - run : pipenv test
278
274
` ` `
279
275
280
276
# Using ` setup-python` with a self hosted runner
You can’t perform that action at this time.
0 commit comments