mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(ci): use setup-python action for macos release build
This commit is contained in:
@@ -67,8 +67,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
# install missing dep for sqlite
|
# install missing dep for sqlite (use setup-python to avoid PEP 668 externally-managed-environment error)
|
||||||
- run: python3 -m ensurepip
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
- run: pip install setuptools
|
- run: pip install setuptools
|
||||||
|
|
||||||
- name: Install dependencies (with Node v20)
|
- name: Install dependencies (with Node v20)
|
||||||
|
|||||||
Reference in New Issue
Block a user