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 90ec73b commit f4e0658Copy full SHA for f4e0658
.github/workflows/bumpversion.yml
@@ -23,7 +23,6 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- python --version
27
python --version
28
python -m pip install -U commitizen
29
- name: Configure repo
.github/workflows/pythonpublish.yaml
@@ -16,7 +16,7 @@ jobs:
16
python-version: '3.x'
17
18
19
- python -m pip install --pre -U poetry mkdocs
+ python -m pip install --pre -U poetry mkdocs mkdocs-material
20
poetry --version
21
poetry install
22
- name: Build and publish
0 commit comments