Skip to content

bump typos version to pick up new checks #220

bump typos version to pick up new checks

bump typos version to pick up new checks #220

Workflow file for this run

name: Test Install
on: [ push ]
jobs:
install:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10' ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install the package
run: |
python -m pip install --upgrade pip setuptools
pip install .
- name: Test version string
run: |
thermalnetwork --version
- name: Test help
run: |
thermalnetwork --help