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:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- run: pip install zensical
|
||||
- run: |
|
||||
python3 --version
|
||||
pip3 install zensical
|
||||
|
||||
- run: zensical build --clean
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue