Skip to content

️2023 PyConIT (b4c7409ca4e618e030c512978c7d43d552548c79) #11

️2023 PyConIT (b4c7409ca4e618e030c512978c7d43d552548c79)

️2023 PyConIT (b4c7409ca4e618e030c512978c7d43d552548c79) #11

name: "2023 PyConIT generate galery.pdf"
run-name: "️2023 PyConIT (${{ github.sha }})"
on:
pull_request:
push:
branches: [ main, 2023-PyConIT* ]
jobs:
generate-pdf:
runs-on: ubuntu-latest
steps:
- name: Setup Python environment
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run:
pip install -r 2023_PyConIT/requirements.txt
- name: Run tests
shell: bash -el {0}
run:
pytest 2023_PyData_Berlin
- name: Generate PDF
shell: bash -el {0}
run:
python 2023_PyConIT/src/assemble_plots.py
- name: Archive PDF
uses: actions/upload-artifact@v3
with:
name: galery.pdf
path: 2023_PyConIT/results/galery.pdf