Skip to content

Remove e2e tests for standalone command. #96

Remove e2e tests for standalone command.

Remove e2e tests for standalone command. #96

Workflow file for this run

name: "Mac Specific Commands"
on:
pull_request:
branches:
- main
paths:
- comfy_cli/**
jobs:
test:
runs-on: macos-latest
env:
PYTHONIOENCODING: "utf8"
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install Dependencies
run: |
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -e .
comfy --skip-prompt --workspace ./ComfyUI install --fast-deps --m-series --skip-manager
comfy --here launch -- --cpu --quick-test-for-ci