Skip to content

Commit

Permalink
Update specimin_evaluation_CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiharikaJamble authored Aug 8, 2024
1 parent 366b42d commit 6d418f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/specimin_evaluation_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq curl bc
previous_run_accuracy=$(curl -s -H "Authorization: token ${{ secrets.UPDATE_VARIABLE_TOKEN }}" \
"https://api.github.com/repos/${{ github.repository }}/actions/variables/LATEST_SPECIMIN_EVAL_PERCENTAGE" \
| jq -r '.value')
if [ -z "$previous_run_accuracy" ]; then
previous_run_accuracy="0%"
fi
echo "Previous run accuracy: $previous_run_accuracy"
- name: Display CSV File Contents
run: |
CSV_PATH="/home/runner/work/specimin/specimin/CI_repository_list.csv"
Expand Down

0 comments on commit 6d418f8

Please sign in to comment.