Skip to content

Commit a74ef1b

Browse files
committed
updated python3.7.yaml
1 parent 70226d8 commit a74ef1b

1 file changed

Lines changed: 8 additions & 31 deletions

File tree

.github/workflows/python3.7.yaml

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,27 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/devops-python-tools
7+
# https://github.com/harisekhon/DevOps-Python-tools
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
1111
# https://www.linkedin.com/in/harisekhon
1212
#
1313

14+
---
1415
name: Python 3.7
1516

16-
#env:
17-
# DEBUG: 1
18-
1917
on:
2018
push:
2119
branches:
2220
- master
21+
workflow_dispatch:
2322
schedule:
24-
# * is a special character in YAML so you have to quote this string
25-
- cron: '0 7 * * *'
23+
- cron: '0 7 * * *'
2624

2725
jobs:
2826
build:
29-
#name: build
30-
timeout-minutes: 60
31-
runs-on: ${{ matrix.os }}
32-
strategy:
33-
matrix:
34-
os: [ubuntu-latest]
35-
#python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
36-
python-version: [3.7]
37-
steps:
38-
- uses: actions/checkout@v2
39-
- uses: actions/setup-python@v1
40-
with:
41-
python-version: ${{ matrix.python-version }}
42-
- uses: actions/cache@v1
43-
with:
44-
path: ~/.cache/pip
45-
key: ${{ runner.os }}-pip-devops-python-tools # -${{ hashFiles('**/requirements.txt') }}
46-
restore-keys: |
47-
${{ runner.os }}-pip-devops-python-tools
48-
- name: init
49-
run: make init
50-
- name: build
51-
run: make ci
52-
- name: test
53-
run: make test
27+
name: Python 3.7
28+
uses: HariSekhon/GitHub-Actions/.github/workflows/python3.7.yaml@master
29+
#with:
30+
# debug: 1

0 commit comments

Comments
 (0)