Skip to content

Add examples for pip and poetry #2017

Add examples for pip and poetry

Add examples for pip and poetry #2017

Workflow file for this run

# SPDX-License-Identifier: MIT-0
---
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 12 * * *'
concurrency:
# Cancel previous CI runs when additional commits are added to a pull request.
# This will not cancel CI runs associated with `schedule` or `push`.
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
cmake_installed:
uses: ./.github/workflows/cmake_installed.yml
bazel_download:
uses: ./.github/workflows/bazel_download.yml
cmake_installed_apt:
uses: ./.github/workflows/cmake_installed_apt.yml
pip:
uses: ./.github/workflows/pip.yml

Check failure on line 27 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/pip.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
poetry:
uses: ./.github/workflows/poetry.yml
file_sync:
name: file sync
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: file_sync test
run: python ./private/test/file_sync_test.py