We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9123923 commit e4faad6Copy full SHA for e4faad6
.github/workflows/build.yml
@@ -71,11 +71,10 @@ jobs:
71
run: |
72
cffconvert --validate
73
74
- # NOTE(stes): Temporarily disable, INCLUDE BEFORE MERGE!
75
- #- name: Check that no binary files have been added to repo
76
- # if: matrix.os == 'ubuntu-latest'
77
- # run: |
78
- # make check_for_binary
+ - name: Check that no binary files have been added to repo
+ if: matrix.os == 'ubuntu-latest'
+ run: |
+ make check_for_binary
79
80
- name: Run pytest tests
81
timeout-minutes: 10
0 commit comments