fix issue with ci
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "content/**"
|
# - "content/**"
|
||||||
- "static/**"
|
# - "static/**"
|
||||||
- "templates/**"
|
# - "templates/**"
|
||||||
- ".conf/**"
|
# - ".conf/**"
|
||||||
- ".gitea/**"
|
# - ".gitea/**"
|
||||||
- ".pipfile"
|
# - ".pipfile"
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
|
||||||
@@ -38,6 +38,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt update
|
apt update
|
||||||
|
add-apt-repository ppa:deadsnakes/ppa
|
||||||
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y curl tar p7zip-full python3.11 pip pipx
|
apt install -y curl tar p7zip-full python3.11 pip pipx
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user