Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jimmysitu/msfinance into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Aug 20, 2024
2 parents 9d1f0b2 + 353b56f commit 439b943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9"]

steps:
Expand Down

0 comments on commit 439b943

Please sign in to comment.