Skip to content

Vulnerability onboarding from Hazus hurricane; documentation update. #51

Vulnerability onboarding from Hazus hurricane; documentation update.

Vulnerability onboarding from Hazus hurricane; documentation update. #51

Workflow file for this run

name: CI-tox
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
python-version: "3.9"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Setup Python"
uses: actions/[email protected]
with:
python-version: ${{ env.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run auto-tests
run: tox