21
21
fail-fast : false
22
22
matrix :
23
23
os : [ubuntu-latest, windows-latest, macos-latest]
24
- python-version : ['3.7', '3. 8', '3.9', 'pypy-3.7-v7.3.5 ', 'pypy-3.7-v7.x']
24
+ python-version : ['3.8', '3.9', 'pypy-3.7-v7.x']
25
25
steps :
26
26
- uses : actions/checkout@v2
27
27
- name : Setup Python
@@ -39,18 +39,18 @@ jobs:
39
39
fail-fast : false
40
40
matrix :
41
41
os : [ubuntu-latest, windows-latest, macos-latest]
42
- python-version : ['3.7', '3. 8', '3.9', 'pypy-3.7-v7.3.5 ', 'pypy-3.7-v7.x']
42
+ python-version : ['3.8', '3.9', 'pypy-3.7-v7.x']
43
43
steps :
44
44
- uses : actions/checkout@v2
45
- - name : Install pipenv
46
- run : pipx install pipenv
47
45
- name : Setup Python
48
46
uses : ./
49
47
with :
50
48
python-version : ${{ matrix.python-version }}
51
49
cache : ' pipenv'
50
+ - name : Install pipenv
51
+ run : pipx install pipenv
52
52
- name : Install dependencies
53
- run : pipenv install flake8
53
+ run : pipenv install numpy
54
54
55
55
python-pip-dependencies-caching-path :
56
56
name : Test pip (Python ${{ matrix.python-version}}, ${{ matrix.os }})
59
59
fail-fast : false
60
60
matrix :
61
61
os : [ubuntu-latest, windows-latest, macos-latest]
62
- python-version : ['3.7', '3. 8', '3.9', 'pypy-3.7-v7.3.5 ', 'pypy-3.7-v7.x']
62
+ python-version : ['3.8', '3.9', 'pypy-3.7-v7.x']
63
63
steps :
64
64
- uses : actions/checkout@v2
65
65
- name : Setup Python
@@ -78,16 +78,16 @@ jobs:
78
78
fail-fast : false
79
79
matrix :
80
80
os : [ubuntu-latest, windows-latest, macos-latest]
81
- python-version : ['3.7', '3. 8', '3.9', 'pypy-3.7-v7.3.5 ', 'pypy-3.7-v7.x']
81
+ python-version : ['3.8', '3.9', 'pypy-3.7-v7.x']
82
82
steps :
83
83
- uses : actions/checkout@v2
84
- - name : Install pipenv
85
- run : pipx install pipenv
86
84
- name : Setup Python
87
85
uses : ./
88
86
with :
89
87
python-version : ${{ matrix.python-version }}
90
88
cache : ' pipenv'
91
89
cache-dependency-path : ' **/requirements-linux.txt'
90
+ - name : Install pipenv
91
+ run : pipx install pipenv
92
92
- name : Install dependencies
93
- run : pipenv install flake8
93
+ run : pipenv install numpy
0 commit comments