Skip to content

Commit

Permalink
Point to tket for benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc committed Apr 16, 2024
1 parent 73e73b2 commit 6a22f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Test write result to env variable
run: |
export TEMP_RETURN_TEST="$(python automated_benchmarking/automated_benchmarking.py return-test)"
export TEMP_RETURN_TEST="$(python tket/automated_benchmarking/automated_benchmarking.py return-test)"
echo $TEMP_RETURN_TEST
echo "RETURN_TEST=$TEMP_RETURN_TEST" >> $GITHUB_ENV
Expand Down

0 comments on commit 6a22f89

Please sign in to comment.