Skip to content

Commit

Permalink
Update gh workflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed May 17, 2024
1 parent 738b8a1 commit dfe125e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,24 @@ name: Build documentation
on:
push:
paths:
- "**.py"
- "**.rst"
- '**.py'
- '**.rst'
pull_request:
branches:
- master
paths:
- "**.py"
- "**.rst"

- '**.py'
- '**.rst'

jobs:
docs:
runs-on: windows-latest
strategy:
matrix:
versions:
- 65
- 68
python-version:
- "3.11"
- '3.11'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
versions:
- 65
- 68
python-version:
- "3.11"
- '3.12'

steps:
- uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:
run: flake8 vsdeband
- name: Running mypy
if: steps.dependencies.outcome == 'success'
run: mypy vsdeband
run: mypy vsdeband
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Prep Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'

- name: Install build tools
run: |
Expand Down

0 comments on commit dfe125e

Please sign in to comment.