Skip to content

Bump idna from 2.7 to 3.7 in /installer #2607

Bump idna from 2.7 to 3.7 in /installer

Bump idna from 2.7 to 3.7 in /installer #2607

name: Unit Tests
on:
- pull_request
jobs:
check-unit-tests:
name: Check Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install tox --fix-missing
sudo pip3 install -U pytest==7.1.3 sh==1.14.3
- name: Check Units
run: |
tox -e scripts
tox -e wrappers
tox -e cluster
- name: Verify branches
run: |
pytest -s ./tests/verify-branches.py