Compare commits

...

No commits in common. "53c6c02eed1fe41394aa894dd1ad7d5b7180b1c9" and "a3c413282d2294e3e717bedb8f712010b5757cd5" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ steps:
image: python:buster
commands:
- apt update
- apt install -yq fuse libfuse2 libfuse-dev chrpath
- apt install -yq fuse libfuse2 libfuse-dev chrpath libglib2.0-0
- python3 -m pip install -U pip wheel setuptools nuitka poetry
- python3 -m poetry export > requirements.txt
- python3 -m pip install -r requirements.txt
@ -21,7 +21,7 @@ steps:
--prefer-source-code \
--remove-output \
--output-dir /drone/src \
-o pyabra \
-o /drone/src/pyabra \
--debug \
/drone/src/pyabra.py