Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b732b8

Browse filesBrowse files
Removing a non-existent command from the documentation (actions#293)
1 parent f382193 commit 2b732b8
Copy full SHA for 2b732b8

File tree

Expand file treeCollapse file tree

2 files changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-5
lines changed

‎.github/workflows/licensed.yml

Copy file name to clipboardExpand all lines: .github/workflows/licensed.yml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.