Skip to content

Rupture velocity refactor #704

Rupture velocity refactor

Rupture velocity refactor #704

Workflow file for this run

name: Deptry Dependency Check
on: [pull_request]
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Install uv
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: |
**/pyproject.toml
# Install deptry
- run: uv venv
- run: uv sync --all-extras --dev
# Run deptry to check that all dependencies are present.
- run: uv run deptry .