Skip to content

Commit

Permalink
Upgrade to actions/checkout@v4 and actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaran committed May 27, 2024
1 parent cbc54a5 commit 14f4f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Build documentation
run: make htmldoc
Expand Down

0 comments on commit 14f4f16

Please sign in to comment.