Skip to content

Commit

Permalink
remove check in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tianluyuan committed Sep 13, 2023
1 parent d361817 commit 49ddb43
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,16 +361,6 @@ jobs:
- name: test output against known result (.npz/.json)
run: |
if [[ ${{ matrix.reco_algo }} == 'millipede_wilks' ]]; then
if [[ $(date +"%s") -gt 1695235370 ]]; then
echo "Date and time (GMT): Wednesday, September 20, 2023 18:42:50"
echo "tests should pass nowish, ping Tianlu about the ftp-v1 timing spline table fix"
exit 1
else
exit 0
fi
fi
ls $SKYSCAN_OUTPUT_DIR
# get newest run*.json
outfile=$(find $SKYSCAN_OUTPUT_DIR -type f -name "run*.json" -exec stat -c '%y %n' {} + | sort | tail -1 | awk '{print $4}')
Expand Down Expand Up @@ -531,4 +521,4 @@ jobs:
git_committer_email: ${{ env.BOT_EMAIL }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# repository_username: __token__
# repository_password: ${{ secrets.PYPI_TOKEN }}
# repository_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 49ddb43

Please sign in to comment.