Skip to content

Commit

Permalink
FIX: Install tabulate library for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Damman committed May 6, 2024
1 parent 15309c4 commit bfb28db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Test FLEX
run: |
pip install -e .
pip install tabulate
cd examples_flex
./generate_aux.sh
./run_all_test_scenario.sh --no-wait
Expand Down

0 comments on commit bfb28db

Please sign in to comment.