1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

fix pypi gh action

This commit is contained in:
deadc0de6
2020-10-25 22:06:46 +01:00
parent e7742617a3
commit 48d940015b

View File

@@ -13,6 +13,8 @@ jobs:
python-version: 3.8
- name: Install Tools
run: |
sudo apt update
sudo apt -y install python3-pypandoc pandoc
python -m pip install --upgrade pip
pip install setuptools wheel twine pypandoc
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi