Skip to content

ci: Configure workflow #6

ci: Configure workflow

ci: Configure workflow #6

Workflow file for this run

name: AppMap
on:
push:
env:
NB_KERNEL: python
MPLBACKEND: Agg
PYDEVD_DISABLE_FILE_VALIDATION: 1
jobs:
appmap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true
- name: Install seaborn
run: |
pip install --upgrade pip wheel
pip install .[dev,stats] latest
pip install appmap
- name: Run tests
run: |
appmap-python make test
- name: Collect AppMap data
run: |
tar -cJf seaborn-0.12.2.tar.gz tmp/appmap appmap.yml