File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments