Skip to content

Commit

Permalink
Update python-os.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francof2a authored Feb 7, 2024
1 parent 61e8a01 commit 3d4c9dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ on:
branches: [ master ]

jobs:
if: always()
build:
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}
if: ${{ always() }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3d4c9dc

Please sign in to comment.