mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 22:39:43 +00:00
Remove the need for pandoc
This commit is contained in:
4
.github/workflows/pypi-release.yml
vendored
4
.github/workflows/pypi-release.yml
vendored
@@ -13,10 +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
|
||||
pip install setuptools wheel twine
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Build and Publish
|
||||
env:
|
||||
|
||||
3
.github/workflows/snapcraft-release.yml
vendored
3
.github/workflows/snapcraft-release.yml
vendored
@@ -16,8 +16,7 @@ jobs:
|
||||
run: |
|
||||
export MAGIC=$SNAP/usr/share/file/magic.mgc
|
||||
sudo apt update
|
||||
sudo apt -y install git pandoc python3-pip python3-setuptools
|
||||
sudo pip3 install pypandoc
|
||||
sudo apt -y install git python3-pip python3-setuptools
|
||||
sudo apt -y install snapd
|
||||
sudo snap install snapcraft --classic
|
||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
||||
|
||||
Reference in New Issue
Block a user