|
@ -45,11 +45,14 @@ jobs: |
|
|
contents: write |
|
|
contents: write |
|
|
needs: docker |
|
|
needs: docker |
|
|
steps: |
|
|
steps: |
|
|
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
- name: Setup Python |
|
|
- name: Setup Python |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v5 |
|
|
with: |
|
|
with: |
|
|
python-version: 3.11.9 |
|
|
python-version: 3.11.9 |
|
|
cache: "pip" |
|
|
cache: "pip" |
|
|
|
|
|
cache-dependency-path: docs/requirements.txt |
|
|
|
|
|
|
|
|
- name: Install Dependencies |
|
|
- name: Install Dependencies |
|
|
run: | |
|
|
run: | |
|
|