Skip to content

Commit

Permalink
Merge pull request #14 from tinygrad/ci_diff
Browse files Browse the repository at this point in the history
show the diff in CI
  • Loading branch information
geohot authored Nov 26, 2023
2 parents 5cf5a7d + 2e077cf commit 3cd24cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ jobs:
cd ctypeslib
pip install .
clang2py -V
- name: Generate headers
- name: Generate headers and confirm they match
run: |
rm gpuctypes/${{ matrix.task }}.py
mv gpuctypes/${{ matrix.task }}.py gpuctypes/${{ matrix.task }}.py.bak
./generate_${{ matrix.task }}.sh
diff gpuctypes/${{ matrix.task }}.py.bak gpuctypes/${{ matrix.task }}.py
- name: Install gpuctypes
run: pip install .
- name: Test gpuctypes import
Expand Down

0 comments on commit 3cd24cf

Please sign in to comment.