mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
docker: forgot to checkout code
This commit is contained in:
parent
73ce9a771e
commit
d6e86a29a8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -177,7 +177,9 @@ jobs:
|
|||
name: Docker Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build Docker
|
||||
run: cd test && docker build -t tinygrad -f Dockerfile .
|
||||
run: docker build -t tinygrad -f test/Dockerfile .
|
||||
- name: Test Docker
|
||||
run: docker run -it --rm tinygrad /usr/bin/env python3 -c "from tinygrad.tensor import Tensor; print(Tensor.eye(3).numpy())"
|
||||
Loading…
Add table
Add a link
Reference in a new issue