Skip to content

Commit e4faad6

Browse files
committed
include binary file check again
1 parent 9123923 commit e4faad6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ jobs:
7171
run: |
7272
cffconvert --validate
7373
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
74+
- name: Check that no binary files have been added to repo
75+
if: matrix.os == 'ubuntu-latest'
76+
run: |
77+
make check_for_binary
7978
8079
- name: Run pytest tests
8180
timeout-minutes: 10

0 commit comments

Comments
 (0)