Skip to content

Added UPX required by pyinstaller #19

Added UPX required by pyinstaller

Added UPX required by pyinstaller #19

Workflow file for this run

name: PDF Merger [main]
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r dev-requirements.txt
- name: Check contents of workspace
run: |
ls
- name: Run tests
run: |
pytest --html=report.html --self-contained-html