Skip to content

Commit

Permalink
Use poetry run python for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Sep 3, 2024
1 parent 01997b0 commit f8462a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
pip install ./dist/aikido_firewall.tar.gz
- name: run sql benchmarks
run: |
make dev_install
python ./benchmarks/sql_benchmark/sql_benchmark_fw.py
python ./benchmarks/sql_benchmark/sql_benchmark_no_fw.py
poetry run python ./benchmarks/sql_benchmark/sql_benchmark_fw.py
poetry run python ./benchmarks/sql_benchmark/sql_benchmark_no_fw.py
- name: Run Docker Compose
working-directory: ./sample-apps/flask-mysql
run: |
Expand Down

0 comments on commit f8462a5

Please sign in to comment.