Skip to content

BUG with objects/hardware.save() where self.obj_get_changes() does no… #421

BUG with objects/hardware.save() where self.obj_get_changes() does no…

BUG with objects/hardware.save() where self.obj_get_changes() does no… #421

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
jobs:
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install tox and any other packages
run: pip install tox
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py