Skip to content

Commit

Permalink
fix: removed duplicate on update bnehcmark
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 10, 2024
1 parent 3fb4280 commit ef6270c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,15 @@ update-from-template:
cruft update --skip-apply-ask

update-benchmark:
datawrapper_api_key=$(cat datawrapper_api_key.txt)
python docs/run_benchmark.py --data-wrapper-api-token $datawrapper_api_key

update-benchmark-on-ucloud:
# set environment variables
hf_api_key=$(cat hf_api_key.txt)
export HF_TOKEN=hf_api_key
export SEB_CACHE_DIR=./seb_cache

# run benchmark
datawrapper_api_key=$(cat datawrapper_api_key.txt)
python docs/run_benchmark.py --data-wrapper-api-token $datawrapper_api_key


check-benchmark-is-up-to-date:
@echo "--- 🔄 Checking benchmark is up to date ---"

Expand Down

0 comments on commit ef6270c

Please sign in to comment.