Skip to content

Commit

Permalink
Update .github/workflows/userbenchmark-a100-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Oct 4, 2024
1 parent 4e77004 commit 0d941ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/userbenchmark-a100-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
set -x
. "${SETUP_SCRIPT}"
# remove old results
release_version=$(cat ./.userbenchmark/release-test/version.txt)
release_version=$(cat userbenchmark/release-test/version.txt)
if [ -d benchmark-output ]; then rm -Rf benchmark-output; fi
pushd benchmark
if [ -d .userbenchmark ]; then rm -Rf .userbenchmark; fi
Expand Down

0 comments on commit 0d941ba

Please sign in to comment.