File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 include :
19+ - python-version : ' 3.7'
20+ os : ubuntu-22.04
1921 - python-version : ' 3.8'
2022 os : ubuntu-latest
2123
3941 grep -n "requires-python" pyproject.toml
4042
4143 - name : Install package and test dependencies
42- run : python -m pip install invoke .[test]
44+ run : python -m pip install --no-deps invoke .[test]
45+
46+ - name : Try to install any 3.7-compatible dependency versions
47+ run : |
48+ # Let pip pick the newest release that still supports th epython version
49+ python -m pip install \
50+ numpy pandas pyarrow graphviz tqdm platformdirs pyyaml boto3 botocore cloudpickle \
51+ rdt sdmetrics copulas ctgan deepecho
4352
4453 - name : Run unit tests
4554 run : invoke unit
You can’t perform that action at this time.
0 commit comments