Skip to content

Commit

Permalink
ci: re-enable windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Nov 13, 2024
1 parent af7ab42 commit 7fee562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
python-version: ["3.11", "3.12" ]
# reduced matrix for ci
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python-version: ["3.11", "3.12" ]
# reduced matrix for ci
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest, windows-latest] scripts on windows are a PITA
# instead, peaple can do 'python3 -m datatrails_scitt_samples.scripts.create_signed_statement ...'
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7fee562

Please sign in to comment.