Skip to content

Merge branch 'dev' into feat/skill_intent_blacklist_per_client #139

Merge branch 'dev' into feat/skill_intent_blacklist_per_client

Merge branch 'dev' into feat/skill_intent_blacklist_per_client #139

Workflow file for this run

name: Run Build Tests
on:
push:
workflow_dispatch:
jobs:
build_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Build Tools
run: |
python -m pip install build wheel
- name: Build Distribution Packages
run: |
python setup.py bdist_wheel
- name: Install package
run: |
pip install .