Skip to content

Update github-hosted-action.yml #148

Update github-hosted-action.yml

Update github-hosted-action.yml #148

name: gpu-tests
on: [push, pull_request]
jobs:
test-linux:
runs-on: [self-hosted, linux]
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install -e .
pip install pytest
- name: Test with pytest
run: |
pytest