Skip to content

ci: create profile to run stubs with GitHub Actions #5

ci: create profile to run stubs with GitHub Actions

ci: create profile to run stubs with GitHub Actions #5

Workflow file for this run

name: build champagne
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install .[dev,test]
- name: Test stub run
run: |
champagne run -profile ci_stub,docker -stub