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 fe8ac40 commit 8181c8bCopy full SHA for 8181c8b
.github/workflows/docs.yml
@@ -9,18 +9,17 @@ jobs:
9
build:
10
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- python-version: [3.9]
15
16
steps:
17
- name: Checkout Source
18
uses: actions/[email protected]
19
20
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: ${{ matrix.python-version }}
+ python-version: 3.x
+ cache: pip
+ cache-dependency-path: pyproject.toml
24
25
- name: Install dependencies
26
run: |
0 commit comments