Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNT] remove redundant install-only CI jobs #5718

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/actions/validate-extra/action.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/test_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
- sktime/datasets/**
pyproject:
- pyproject.toml
test_install_extras:
needs: detect
name: validate extra installs
if: ${{ needs.detect.outputs.pyproject == 'true' }}
uses: ./.github/workflows/validate_extras.yml
unit_test_base:
needs: code_quality
name: run unit tests for base framework
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/validate_extras.yml

This file was deleted.

Loading