Skip to content

estimate b_more_incomplete is probably not needed, makes it too compl… #424

estimate b_more_incomplete is probably not needed, makes it too compl…

estimate b_more_incomplete is probably not needed, makes it too compl… #424

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
sudo apt -y install libgeos-dev
python -m pip install --upgrade pip
pip install tox
- name: Run tox
run: |
tox