From 86324123a2307c0552b2fb2d3e6d07e23d1f24a4 Mon Sep 17 00:00:00 2001 From: Jan Cap Date: Thu, 21 Sep 2023 10:03:35 +0200 Subject: [PATCH] fix: rename install_test_pandas to install_test --- .github/workflows/tests.yml | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0293c6f05..fb6548067 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}" @@ -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 }}" @@ -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 diff --git a/Makefile b/Makefile index 74f852e32..26ec44671 100644 --- a/Makefile +++ b/Makefile @@ -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: