Skip to content

Revert "NAS-132446 / 25.04 / Initial add of option to use internal AP… #1257

Revert "NAS-132446 / 25.04 / Initial add of option to use internal AP…

Revert "NAS-132446 / 25.04 / Initial add of option to use internal AP… #1257

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r scale_build/tests/requirements.txt
- name: Running test
run: pytest -vvv scale_build/tests/unit/