Merge branch 'main' into docs-dependencies

This commit is contained in:
2024-10-23 19:30:17 -04:00
committed by GitHub
+9 -9
View File
@@ -1,13 +1,15 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: tests
name: "Tests"
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
branches: [ main ]
pull_request: ~
workflow_dispatch:
# Cancel redundant in-progress jobs.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
@@ -25,5 +27,3 @@ jobs:
- uses: yezz123/setup-uv@v4
- run: uv pip install -r requirements.txt --system
- run: pytest