Skip to content

Commit

Permalink
fix: rename install_test_pandas to install_test
Browse files Browse the repository at this point in the history
  • Loading branch information
vorel99 committed Sep 21, 2023
1 parent ee2df77 commit 8632412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
${{ runner.os }}-${{ matrix.pandas }}-pip-
- run: |
pip install --upgrade pip setuptools wheel
make install_test_pandas
make install_test
- run: pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}"

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
${{ runner.os }}-${{ matrix.pandas }}-pip-
- run: |
pip install --upgrade pip setuptools wheel
make install_test_pandas
make install_test
- run: pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}"

Expand All @@ -144,7 +144,7 @@ jobs:
${{ runner.os }}-${{ matrix.pandas }}-pip-
- run: |
pip install --upgrade pip setuptools wheel
make install_test_pandas
make install_test
- run: pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}"
- run: make test_cov
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_dev:
$(PYTHON) -m pip install --upgrade pip
$(PYTHON) -m pip install -e ".[dev, test]"

install_test_pandas:
install_test:
pip install -e ".[test, notebook]"

install_test_spark:
Expand Down

0 comments on commit 8632412

Please sign in to comment.