sudo
This commit is contained in:
@@ -42,6 +42,6 @@ jobs:
|
|||||||
NEXTCLOUD_USERNAME: "admin"
|
NEXTCLOUD_USERNAME: "admin"
|
||||||
NEXTCLOUD_PASSWORD: "admin"
|
NEXTCLOUD_PASSWORD: "admin"
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install python3-poetry && apt clean
|
sudo apt update -y && sudo apt install -y python3-poetry
|
||||||
poetry install
|
poetry install
|
||||||
poetry run python -m pytest
|
poetry run python -m pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user