Skip to content

️2023 PyConIT (0c69cd9bdcab7877c63e2b06267115caafd145a2) #13

️2023 PyConIT (0c69cd9bdcab7877c63e2b06267115caafd145a2)

️2023 PyConIT (0c69cd9bdcab7877c63e2b06267115caafd145a2) #13

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