Skip to content

Commit

Permalink
Changed job name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin authored and TimeTravelPenguin committed Jan 15, 2024
1 parent 64e3530 commit 1345768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ on:
- main

jobs:
test:
Build:
runs-on: ${{ matrix.os }}
env:
DISPLAY: :0
PYTEST_ADDOPTS: "--color=yes"
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python: [ "3.11","3.12" ]
os: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.11", "3.12"]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 1345768

Please sign in to comment.