fix: use system python3 instead of setup-python action
Some checks failed
Deploy Docs / deploy (push) Failing after 4s
Some checks failed
Deploy Docs / deploy (push) Failing after 4s
This commit is contained in:
parent
1ca6266464
commit
b042f43cdd
1 changed files with 3 additions and 5 deletions
|
|
@ -11,11 +11,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- run: |
|
||||||
with:
|
python3 --version
|
||||||
python-version: '3.12'
|
pip3 install zensical
|
||||||
|
|
||||||
- run: pip install zensical
|
|
||||||
|
|
||||||
- run: zensical build --clean
|
- run: zensical build --clean
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue