Skip to content

Commit 8a4527c

Browse files
committed
Fixing wrong import of steps
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
1 parent ef3635f commit 8a4527c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Define python version env
23-
env:
24-
python_version: ${{ matrix.python-version }}
2522
- name: Install dependencies
2623
run: |
2724
pip install isort flake8 mypy interrogate dask distributed pandas-stubs pandas # Install manually dependencies (TODO: move to poetry)
@@ -105,9 +102,6 @@ jobs:
105102
needs: [lint]
106103
steps:
107104
- uses: actions/checkout@v4
108-
- name: Define python version env
109-
env:
110-
python_version: ${{ matrix.python-version }}
111105
- name: Install dependencies
112106
run: |
113107
python3 -m pip install pytest pytest-coverage coverage-badge mock parameterized distributed dask pandas pyarrow lxml xlsxwriter openpyxl

0 commit comments

Comments
 (0)