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.
2 parents b22d7f7 + fba927b commit c66efa3Copy full SHA for c66efa3
.github/workflows/ci-cd-mkdocs.yml
@@ -21,7 +21,7 @@
21
steps:
22
- uses: actions/checkout@v5
23
- name: Install Python
24
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
25
with:
26
python-version: '3.11'
27
- name: Install package with optional dependency 'doc'
.github/workflows/ci-cd.yml
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python version
python-version: |
3.9
@@ -54,7 +54,7 @@
54
55
56
57
58
59
python-version: '3.13'
60
- name: Build package
0 commit comments