We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89831d9 commit 731b20dCopy full SHA for 731b20d
.github/workflows/build_book.yml
@@ -13,13 +13,13 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest]
16
- python-version: [3.8]
+ python-version: [3.9]
17
steps:
18
- uses: actions/checkout@v2
19
20
# Install dependencies.
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install dependencies
0 commit comments