Skip to content

Commit 9823d8e

Browse files
Remove python3 from CI workflow installation
Removed python3 from the installation steps in the CI workflow.
1 parent 6708f71 commit 9823d8e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci_new.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ jobs:
141141
ssdeep \
142142
pcre \
143143
bison \
144-
flex \
145-
python3
144+
flex
146145
147146
- name: Run build preparation script
148147
run: ./build.sh
@@ -233,7 +232,7 @@ jobs:
233232

234233
- name: Install cppcheck
235234
run: |
236-
brew install autoconf automake libtool cppcheck libmaxminddb yajl lua lmdb ssdeep python3
235+
brew install autoconf automake libtool cppcheck libmaxminddb yajl lua lmdb ssdeep
237236
238237
- name: Configure project
239238
run: |

0 commit comments

Comments
 (0)