Skip to content

Commit

Permalink
Fix as 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Nov 3, 2024
1 parent c7e0f65 commit 740ba41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
Expand Down

0 comments on commit 740ba41

Please sign in to comment.