diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acb873923..a4fcc1f73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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}') @@ -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 }} \ No newline at end of file + # repository_password: ${{ secrets.PYPI_TOKEN }}