Skip to content

Commit

Permalink
yaml env
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Jan 18, 2024
1 parent 558939e commit f97dda2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ jobs:
- name: Setup Virtual Env
run: python -m venv .env; source .env/bin/activate;
- name: Run all benchmarks across all models
run: export OS=linux; source .env/bin/activate; cargo nextest run benchmarking_tests::tests::run_benchmarks_ --no-capture
env:
OS: linux
run: |
source .env/bin/activate
cargo nextest run benchmarking_tests::tests::run_benchmarks_ --no-capture

0 comments on commit f97dda2

Please sign in to comment.