Skip to content

Bump actions/setup-python from 4.0.0 to 4.7.1 #45

Bump actions/setup-python from 4.0.0 to 4.7.1

Bump actions/setup-python from 4.0.0 to 4.7.1 #45

name: Unit Tests
on:
- push
- pull_request
jobs:
check-unit-tests:
name: Check Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3.0.2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install tox --fix-missing
- name: Check Units
run: |
tox -e scripts
tox -e wrappers
tox -e cluster