version: '1.0' steps: build-torchani: type: build description: Build TorchANI image-name: torchani dockerfile: Dockerfile tag: latest unit-tests: image: '${{build-torchani}}' commands: - python setup.py test