Skip to content

Commit

Permalink
updating black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiSch committed Dec 27, 2023
1 parent e12eb35 commit 861dfdd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ name: Black

on: [ push ]



jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.9", "3.10" ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 861dfdd

Please sign in to comment.