Skip to content

Change master build to 25.10 and name it Goldeye (#815) #1483

Change master build to 25.10 and name it Goldeye (#815)

Change master build to 25.10 and name it Goldeye (#815) #1483

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/