Skip to content

Remove hostname and mailname from update file (#719) #1094

Remove hostname and mailname from update file (#719)

Remove hostname and mailname from update file (#719) #1094

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/