Skip to content

Commit

Permalink
Revert "fix: update CI workflow to install dev dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 8873244.
  • Loading branch information
siddharth7113 committed Dec 7, 2024
1 parent 8873244 commit e5dbd02
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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'

0 comments on commit e5dbd02

Please sign in to comment.