feature/improve-tag-organization-ux #8
@@ -66,13 +66,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python and dependencies
|
||||||
uses: actions/setup-python@v5
|
run: |
|
||||||
with:
|
# Check if python3 is available, install if not
|
||||||
python-version: '3.x'
|
if ! command -v python3 &> /dev/null; then
|
||||||
|
apt-get update -qq && apt-get install -y -qq python3 python3-pip
|
||||||
- name: Install Python dependencies
|
fi
|
||||||
run: pip3 install recipe-scrapers
|
# Install recipe-scrapers
|
||||||
|
pip3 install recipe-scrapers
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user