diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml deleted file mode 100644 index 4424f1e3e..000000000 --- a/.github/workflows/run_examples.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Run Examples - -on: - push: - branches: - - fix_examples - pull_request: - branches: - - fix_examples - -jobs: - run-examples: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v3 - with: - python-version: '3.10' - - - name: Install dependencies - run: | - python -m venv venv - source venv/bin/activate - pip install -e ".[default]" - - - name: Run Examples - run: | - source venv/bin/activate - python -m examples - - env: - SILICONFLOW_API_BASE: ${{ secrets.SILICONFLOW_API_BASE }} - SILICONFLOW_API_KEY: ${{ secrets.SILICONFLOW_API_KEY }} - \ No newline at end of file