Skip to content

quit with capture key #195

quit with capture key

quit with capture key #195

Workflow file for this run

name: Building
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
classic:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install application
run: |
python -m pip install --upgrade pip
python setup.py install
via-script:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install application via script
run: |
.\installation.bat
shell: cmd