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 205c840 commit b868ef8Copy full SHA for b868ef8
.github/workflows/release.yaml
@@ -26,10 +26,10 @@ jobs:
26
with:
27
path: ${{ steps.pip-cache.outputs.dir }}
28
key: ${{ runner.os }}-pip
29
- - name: Install build requirements
+ - name: Install python requirements
30
run: |
31
python -m pip install --upgrade pip
32
- pip install setuptools wheel
+ pip install setuptools wheel markdown
33
- name: Set version env
34
35
echo "LIBRARY_VERSION=$(python -c "import sys; sys.path.append('.'); from zabbix_utils.version import __version__; print(__version__)")" >> $GITHUB_ENV
0 commit comments