We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 602b372 + dcf1934 commit 78a8cafCopy full SHA for 78a8caf
.github/workflows/sphinx-python-dependency-build-checks.yml
@@ -24,12 +24,16 @@ jobs:
24
build:
25
name: build
26
runs-on: ubuntu-latest
27
- with:
28
- python-version: '3.12'
+
29
steps:
30
- name: Checkout code
31
uses: actions/checkout@v4
32
+ - name: Set up Python
33
+ uses: actions/setup-python@v5
34
+ with:
35
+ python-version: '3.12'
36
37
- name: Install dependencies
38
run: |
39
set -ex
0 commit comments