Skip to content

Bump pyyaml from 6.0 to 6.0.1 #26

Bump pyyaml from 6.0 to 6.0.1

Bump pyyaml from 6.0 to 6.0.1 #26

Workflow file for this run

name: pr
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: create marriage registration
run: |
python src/main.py
- uses: actions/upload-artifact@v2
with:
name: mariage_registration
path: result.pdf