Skip to content

Commit

Permalink
PIP_BREAK_SYSTEM_PACKAGES=1
Browse files Browse the repository at this point in the history
  • Loading branch information
michgauz committed Oct 17, 2024
1 parent ad66930 commit c4a274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git config --global user.name "Kinta GithubActions"
python3 -m venv venv
which pip
pip install mkdocs-material --break-system-packages
PIP_BREAK_SYSTEM_PACKAGES=1 pip install mkdocs-material
mkdocs -V
fi
./gradlew clean assemble deployArtifactsIfNeeded deployDocsIfNeeded deployArchivesIfNeeded -i --stacktrace

0 comments on commit c4a274b

Please sign in to comment.