diff --git a/.github/workflows/push-checks.yml b/.github/workflows/push-checks.yml index ba8367c7..b6ad01a5 100644 --- a/.github/workflows/push-checks.yml +++ b/.github/workflows/push-checks.yml @@ -9,7 +9,7 @@ name: Push-Checks on: push: - branches: [ develop ] + branches: [ main ] jobs: build: @@ -27,27 +27,15 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest + pip install flake8 pytest wheel if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi - name: Lint with flake8 env: ROOT_SHA: ${{github.base_ref}} run: | - DATA=$(python3 <