Skip to content

fix: examples/v1beta1/trial-images/enas-cnn-cifar10/Dockerfile.cpu to… #1111

fix: examples/v1beta1/trial-images/enas-cnn-cifar10/Dockerfile.cpu to…

fix: examples/v1beta1/trial-images/enas-cnn-cifar10/Dockerfile.cpu to… #1111

Workflow file for this run

name: Python Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run Python test
run: make pytest