Skip to content

Bump jinja2 from 3.1.2 to 3.1.4 #330

Bump jinja2 from 3.1.2 to 3.1.4

Bump jinja2 from 3.1.2 to 3.1.4 #330

Workflow file for this run

name: AI Comedy Club
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tensorrt --extra-index-url https://pypi.nvidia.com
pip install -e .
- name: Run the script
run: python main.py