We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9756d3d commit be3e710Copy full SHA for be3e710
.github/workflows/doc.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Checkout code
22
uses: actions/checkout@v4
23
24
+ - name: Install bash 5.3
25
+ uses: pkgcore/gh-actions/bash-5.3@main
26
+
27
- name: Set up Python 3.13
28
uses: actions/setup-python@v5
29
with:
.github/workflows/test.yml
@@ -110,6 +110,9 @@ jobs:
110
111
112
113
114
115
116
- name: Set up Python 3
117
118
0 commit comments