Skip to content

Commit

Permalink
Run on windows environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Jul 21, 2024
1 parent 31f9129 commit 88e945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
linters:
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.11"]
Expand All @@ -31,7 +31,7 @@ jobs:
run: ruff check . && codespell .

tests:
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.11"]
Expand Down

0 comments on commit 88e945b

Please sign in to comment.