Skip to content

Allow static analysis step to continue on error #3

Allow static analysis step to continue on error

Allow static analysis step to continue on error #3

name: "Copilot Setup Steps"
on:
workflow_dispatch:
push:
paths: [.github/workflows/copilot-setup-steps.yml]
pull_request:
paths: [.github/workflows/copilot-setup-steps.yml]
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
env:
PIP_TIMEOUT: 600
PIP_RETRIES: 2
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
- name: Install package and dev dependencies
run: |
pip install -e .