Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

6.4.1

6.4.1 #179

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version-file: pyproject.toml
cache: poetry
- run: poetry install
- run: poetry build