Skip to content

Use wget to download NVidia driver (#811) #2683

Use wget to download NVidia driver (#811)

Use wget to download NVidia driver (#811) #2683

Workflow file for this run

name: manifest_validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Validating manifest
run: |
python -m pip install --upgrade pip
make validate_manifest PYTHON=`which python`