Skip to content

Merge pull request #27 from flagos-ai/cuda_update #49

Merge pull request #27 from flagos-ai/cuda_update

Merge pull request #27 from flagos-ai/cuda_update #49

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
jobs:
build-and-smoke:
name: Build and smoke test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
cache-dependency-path: tools/ci/requirements-ci.lock.txt
- name: Run CI pipeline
run: make ci