Skip to content

Commit

Permalink
Try windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 committed Jul 12, 2024
1 parent 41e5825 commit 2f86d86
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
linting:
name: "Perform linting checks"
runs-on: ubuntu-latest
runs-on: windows-latest

strategy:
matrix:
Expand All @@ -29,6 +29,7 @@ jobs:
- name: "Install dependencies"
run: |
poetry install
<<<<<<< Updated upstream
- name: Read pre-commit version
id: pre-commit-version
run: >-
Expand All @@ -37,6 +38,10 @@ jobs:
with:
path: ~/.cache/pre-commit/
key: ${{ runner.os }}-pre-commit-${{ steps.pre-commit-version.outputs.PRE_COMMIT_VERSION }}-python-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
=======
- name: Check Poetry Python version
run: poetry env info
>>>>>>> Stashed changes
- name: "Check supported device md files are up to date"
run: |
poetry run pre-commit run generate-supported --all-files
Expand Down

0 comments on commit 2f86d86

Please sign in to comment.