Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carnisj committed Jan 24, 2024
1 parent bbb0dee commit 1211aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -67,5 +67,5 @@ jobs:

- name: Test with pytest
run: |
python -m pip install pytest
# python -m pip install pytest
python -m pytest

0 comments on commit 1211aa5

Please sign in to comment.