Skip to content

Add ollama example to README (#56) #62

Add ollama example to README (#56)

Add ollama example to README (#56) #62

Workflow file for this run

name: Run Pip Audit
on:
push:
branches:
- master
- dev
workflow_dispatch:
jobs:
build_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install Build Tools
run: |
python -m pip install build wheel
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt install python3-dev swig libssl-dev
- name: Build Source Packages
run: |
python setup.py sdist
- name: Build Distribution Packages
run: |
python setup.py bdist_wheel
- name: Install skill
run: |
pip install .
- uses: pypa/gh-action-pip-audit@v1.0.0
with:
ignore-vulns: |
GHSA-r9hx-vwmv-q579