Fix yml file for CI (#2022)

This commit is contained in:
Dominik Maier 2024-04-08 19:42:37 +02:00 committed by GitHub
parent f19302c9b1
commit a0a6d0e5cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,7 +305,7 @@ jobs:
- name: Run python test - name: Run python test
run: . ./bindings/pylibafl/.env/bin/activate && cd ./fuzzers/baby_fuzzer && python3 baby_fuzzer.py 2>&1 | grep "Bye" run: . ./bindings/pylibafl/.env/bin/activate && cd ./fuzzers/baby_fuzzer && python3 baby_fuzzer.py 2>&1 | grep "Bye"
fuzzers: fuzzers:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]