Skip to content

Add morphological opening #7

Add morphological opening

Add morphological opening #7

name: Python Library CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
job:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9, 3.10, 3.11 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r requirements.txt