From e5dbd02b1431c1e47d4c78c4d2859f332c9751a5 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Sat, 7 Dec 2024 19:28:12 +0530 Subject: [PATCH] Revert "fix: update CI workflow to install dev dependencies" This reverts commit 88732444e7ac9edbf2151ded962832ba4edb3cb3. --- .github/workflows/pytest.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 20868fc..e94ea54 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -8,7 +8,6 @@ on: - cron: "0 12 * * 1" pull_request_target: types: [opened, synchronize, reopened, ready_for_review] - jobs: call-run-python-tests: uses: openclimatefix/.github/.github/workflows/python-test.yml@issue/pip-all @@ -17,9 +16,4 @@ jobs: pytest_cov_dir: "neso_solar_consumer" os_list: '["ubuntu-latest"]' python-version: "['3.11']" - pytest_numcpus: '1' - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Install dependencies - run: pip install .[dev] # Install with dev dependencies + pytest_numcpus: '1' \ No newline at end of file