Skip to content

Intro Notebook Update from initial feedback #12

Intro Notebook Update from initial feedback

Intro Notebook Update from initial feedback #12

Workflow file for this run

name: Build Python wheels
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build-python:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt requirements.dev.txt requirements.finetune.txt
- name: Build core
run: |
pip install -e .