Skip to content

Commit

Permalink
temp disable windows as an actions target os
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Oct 6, 2024
1 parent a9f9f93 commit 66432a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/define-pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- self-hosted
strategy:
matrix:
os: [Linux, Windows]
os: [Linux]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/define-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- self-hosted
strategy:
matrix:
os: [Linux, Windows]
os: [Linux]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ inputs.python-version }}
Expand Down

0 comments on commit 66432a3

Please sign in to comment.