Skip to content

Commit 78a8caf

Browse files
authored
Merge pull request #68 from k-dimple/main
ci: correct an error in a GitHub workflow
2 parents 602b372 + dcf1934 commit 78a8caf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/sphinx-python-dependency-build-checks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ jobs:
2424
build:
2525
name: build
2626
runs-on: ubuntu-latest
27-
with:
28-
python-version: '3.12'
27+
2928
steps:
3029
- name: Checkout code
3130
uses: actions/checkout@v4
3231

32+
- name: Set up Python
33+
uses: actions/setup-python@v5
34+
with:
35+
python-version: '3.12'
36+
3337
- name: Install dependencies
3438
run: |
3539
set -ex

0 commit comments

Comments
 (0)