From fdf98281eaa2cb1518e65a1b9e88d66e4e0e072a Mon Sep 17 00:00:00 2001 From: kagami Date: Thu, 9 May 2024 22:38:53 +0800 Subject: [PATCH] Config ci on scripts branch --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e2f813..795ca7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: Dev CI on: pull_request: - branches: [ main ] + branches: [ main, scripts ] push: - branches: [ main ] + branches: [ main, scripts ] jobs: lint-and-test: @@ -15,9 +15,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.11.4" - - name: install workflows-command dependencies - run: | - pip install -r requirements.txt - name: install dev dependencies run: | pip install -r requirements-dev.txt