Skip to content

fix(Intersections): fix test error in self intersection detection (#63) #660

fix(Intersections): fix test error in self intersection detection (#63)

fix(Intersections): fix test error in self intersection detection (#63) #660

Workflow file for this run

name: CI
on:
push:
jobs:
pip:
uses: Geode-solutions/actions/.github/workflows/upgrade-pip.yml@master
secrets: inherit
format:
needs: pip
uses: Geode-solutions/actions/.github/workflows/format.yml@master
secrets: inherit
build-linux:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-linux.yml@master
with:
repos: OpenGeode;OpenGeode-IO;OpenGeode-Geosciences;OpenGeode-GeosciencesIO
secrets: inherit
build-linux-python:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-linux-python.yml@master
with:
name: OPENGEODE_INSPECTOR
repos: OpenGeode;OpenGeode-IO;OpenGeode-Geosciences;OpenGeode-GeosciencesIO
secrets: inherit
coverage:
needs: format
uses: Geode-solutions/actions/.github/workflows/coverage.yml@master
with:
repos: OpenGeode;OpenGeode-IO;OpenGeode-Geosciences;OpenGeode-GeosciencesIO
secrets: inherit
build-windows:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-windows.yml@master
with:
repos: OpenGeode;OpenGeode-IO;OpenGeode-Geosciences;OpenGeode-GeosciencesIO
secrets: inherit
build-windows-python:
needs: format
uses: Geode-solutions/actions/.github/workflows/ci-windows-python.yml@master
with:
name: OPENGEODE_INSPECTOR
repos: OpenGeode;OpenGeode-IO;OpenGeode-Geosciences;OpenGeode-GeosciencesIO
secrets: inherit
semantic-release:
needs: [build-linux, build-linux-python, build-windows, build-windows-python]
uses: Geode-solutions/actions/.github/workflows/release.yml@master
secrets: inherit