We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3635f commit 8a4527cCopy full SHA for 8a4527c
1 file changed
.github/workflows/ci.yaml
@@ -19,9 +19,6 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
steps:
21
- uses: actions/checkout@v4
22
- - name: Define python version env
23
- env:
24
- python_version: ${{ matrix.python-version }}
25
- name: Install dependencies
26
run: |
27
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
107
104
108
109
110
111
112
113
python3 -m pip install pytest pytest-coverage coverage-badge mock parameterized distributed dask pandas pyarrow lxml xlsxwriter openpyxl
0 commit comments