Skip to content

Merge pull request #24 from DHI-Roma/dependabot/pip/brotli-1.2.0 #85

Merge pull request #24 from DHI-Roma/dependabot/pip/brotli-1.2.0

Merge pull request #24 from DHI-Roma/dependabot/pip/brotli-1.2.0 #85

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.13
uses: actions/setup-python@v1
with:
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Test with pytest
run: |
poetry run pytest