Skip to content

Build numpy for preview Python (3.15/3.15t) and host on download.pytorch.org #2

Build numpy for preview Python (3.15/3.15t) and host on download.pytorch.org

Build numpy for preview Python (3.15/3.15t) and host on download.pytorch.org #2

name: BC-Linter Tests
on:
pull_request:
paths:
- .github/workflows/bc-linter-tests.yml
- tools/stronghold/**
push:
branches:
- main
paths:
- .github/workflows/bc-linter-tests.yml
- tools/stronghold/**
defaults:
run:
working-directory: tools/stronghold/
jobs:
bc-linter-tests:
name: BC-Linter Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.11'
cache: pip
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run BC-Linter tests
run: python -m pytest tests/ -v