File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - name : Define python version env
23
- env :
24
- python_version : ${{ matrix.python-version }}
25
22
- name : Install dependencies
26
23
run : |
27
24
pip install isort flake8 mypy interrogate dask distributed pandas-stubs pandas # Install manually dependencies (TODO: move to poetry)
@@ -105,9 +102,6 @@ jobs:
105
102
needs : [lint]
106
103
steps :
107
104
- uses : actions/checkout@v4
108
- - name : Define python version env
109
- env :
110
- python_version : ${{ matrix.python-version }}
111
105
- name : Install dependencies
112
106
run : |
113
107
python3 -m pip install pytest pytest-coverage coverage-badge mock parameterized distributed dask pandas pyarrow lxml xlsxwriter openpyxl
You can’t perform that action at this time.
0 commit comments