Skip to content

Commit

Permalink
Move multi-python capability into old black.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Feb 14, 2025
1 parent 7819586 commit dc998ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on: [push, pull_request]
jobs:
black-check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7.9", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
# Checkout the code
- uses: actions/checkout@v2
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/black_multi_python.yml

This file was deleted.

0 comments on commit dc998ec

Please sign in to comment.