We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37b620 commit b687b4eCopy full SHA for b687b4e
.github/workflows/book.yml
@@ -15,10 +15,10 @@ jobs:
15
- uses: actions/checkout@v2
16
17
# Install dependencies
18
- - name: Set up Python 3.7
+ - name: Set up Python
19
uses: actions/setup-python@v1
20
with:
21
- python-version: 3.7
+ python-version: 3.9.21
22
23
- name: Install dependencies
24
run: |
0 commit comments