change how pipenv is installed to hopefully fix the fucking gitea workflow
This commit is contained in:
@@ -39,14 +39,13 @@ jobs:
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y curl tar p7zip-full python3.12 pip pipx
|
||||
apt install -y curl tar p7zip-full python3.12 pip pipenv
|
||||
-
|
||||
name: Install pipenv, build blog...
|
||||
env:
|
||||
PIPENV_USER: ${{ secrets.REGISTRY_USERNAME }}
|
||||
PIPENV_PASS: ${{ secrets.REGISTRY_TOKEN }}
|
||||
run: |
|
||||
pipx install pipenv
|
||||
pipenv install
|
||||
pipenv run blag build
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user