ci: adding macos build to the pipeline

This commit is contained in:
Chubby Granny Chaser
2025-02-21 22:56:06 +00:00
parent 7b4b1cb230
commit d9b536506b

View File

@@ -23,16 +23,16 @@ jobs:
with:
node-version: 20.18.0
- name: Install dependencies
run: |
pip install setuptools
yarn
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install setuptools
yarn
- name: Install dependencies
run: pip install -r requirements.txt