Skip to content

Run CI on Modal, upgrade Bitsandbytes #8

Run CI on Modal, upgrade Bitsandbytes

Run CI on Modal, upgrade Bitsandbytes #8

name: Modal tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
env:
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
timeout-minutes: 15
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
pip install modal
- name: Run tests
run: |
modal run modal_ci