Skip to content

Commit

Permalink
Merge pull request #309 from fandango-fuzzer/dev
Browse files Browse the repository at this point in the history
fix: make experiment
  • Loading branch information
joszamama authored Feb 6, 2025
2 parents 4c037aa + 3315c96 commit e525883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- dev # Run tests on pushes to the dev branch
- main # Run tests on pushes to the main branch
pull_request:
branches:
- main # Run tests on pull requests targeting the main branch
Expand Down Expand Up @@ -47,12 +46,11 @@ jobs:
sudo apt-get update && sudo apt-get install -y python3-dev graphviz libgraphviz-dev pkg-config libarchive-tools
pip install pygraphviz
# Step 5: Install Python dependencies using make and run tests
# Step 5: Install Python dependencies using make
- name: Install dependencies with Makefile
run: |
python -m pip install --upgrade pip # Upgrade pip to the latest version
make install-test # Install dependencies using the Makefile
make tests # Run the tests
# Step 6: Run tests using pytest
- name: Run tests with pytest
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,6 @@ uninstall:
# python -m evaluation.vs_isla.run_evaluation
evaluate evaluation:
$(PYTHON) -m evaluation.vs_isla.run_evaluation 1

experiment experiments:
$(PYTHON) -m evaluation.experiments.run_experiments

0 comments on commit e525883

Please sign in to comment.