File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
python-version : ${{ matrix.python }}
27
27
cache : ' pip'
28
28
cache-dependency-path : |
29
- '**/requirements*.txt'
30
- '**/setup.py'
29
+ '../ **/requirements*.txt'
30
+ '../ **/setup.py'
31
31
- run : python -m pip install --upgrade setuptools pip tox virtualenv
32
32
# Run tox only for the installed py version on the runner as outlined in the python matrix
33
33
# Ensures the correct py version is installed and tested as opposed to 'tox' which attempts to run for all py versions in tox.ini
Original file line number Diff line number Diff line change 23
23
python-version : ${{ matrix.python }}
24
24
cache : ' pip'
25
25
cache-dependency-path : |
26
- '**/requirements*.txt'
27
- '**/setup.py'
26
+ '../ **/requirements*.txt'
27
+ '../ **/setup.py'
28
28
- run : python -m pip install --upgrade setuptools pip tox virtualenv
29
29
# Run tox only for the installed py version on the runner as outlined in the python matrix
30
30
# Ensures the correct py version is installed and tested as opposed to 'tox' which attempts to run for all py versions in tox.ini
43
43
python-version : 3.8
44
44
cache : ' pip'
45
45
cache-dependency-path : |
46
- '**/requirements*.txt'
47
- '**/setup.py'
46
+ '../ **/requirements*.txt'
47
+ '../ **/setup.py'
48
48
- name : Install dependencies
49
49
run : pip install wheel
50
50
- name : Build package
You can’t perform that action at this time.
0 commit comments