Skip to content

NAS-133580 / 24.10.2 / fix nvidia driver URL (by yocalebo) (#808) #1466

NAS-133580 / 24.10.2 / fix nvidia driver URL (by yocalebo) (#808)

NAS-133580 / 24.10.2 / fix nvidia driver URL (by yocalebo) (#808) #1466

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/