🐛 fix line.cal_intersection

This commit is contained in:
2024-08-28 04:22:22 +08:00
parent 5f4adbb75f
commit ab17af3fda
7 changed files with 178 additions and 7 deletions

23
.github/workflows/pytest.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: pytest
on:
push:
branches:
- main
permissions:
contents: write
jobs:
RunTest:
runs-on: ubuntu-latest
steps:
- name: Run pytest
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: '-q'
click-to-expand: true
report-title: 'Test Report'