Skip to content

Commit 2b732b8

Browse files
Removing a non-existent command from the documentation (#293)
1 parent f382193 commit 2b732b8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/licensed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install licensed
1919
run: |
2020
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
2222
sudo tar -xzf licensed.tar.gz
2323
sudo mv licensed /usr/local/bin/licensed
2424
- run: licensed status

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ steps:
230230
python-version: '3.9'
231231
cache: 'pip'
232232
- run: pip install -r requirements.txt
233-
- run: pip test
234233
```
235234

236235
**Caching pipenv dependencies:**
@@ -244,7 +243,6 @@ steps:
244243
python-version: '3.9'
245244
cache: 'pipenv'
246245
- run: pipenv install
247-
- run: pipenv test
248246
```
249247
250248
**Using wildcard patterns to cache dependencies**
@@ -257,7 +255,6 @@ steps:
257255
cache: 'pip'
258256
cache-dependency-path: '**/requirements-dev.txt'
259257
- run: pip install -r subdirectory/requirements-dev.txt
260-
- run: pip test
261258
```
262259
263260
**Using a list of file paths to cache dependencies**
@@ -274,7 +271,6 @@ steps:
274271
server/app/Pipfile.lock
275272
__test__/app/Pipfile.lock
276273
- run: pipenv install
277-
- run: pipenv test
278274
```
279275
280276
# Using `setup-python` with a self hosted runner

0 commit comments

Comments
 (0)