Skip to content

Commit 1d69957

Browse files
committed
temp disable of binary check
1 parent 4254173 commit 1d69957

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ jobs:
7171
run: |
7272
cffconvert --validate
7373
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
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
7879

7980
- name: Run pytest tests
8081
timeout-minutes: 10

0 commit comments

Comments
 (0)