Skip to content

Improve diffusers support #196

Improve diffusers support

Improve diffusers support #196

name: Export tasks
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- run: |
sudo apt-get update
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: python scripts/export_tasks.py