From ee3bba37982422569f6354914d92eb87c16f4cb5 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 5 May 2024 04:50:50 +0200 Subject: [PATCH] The scraper now cleans up before itsself No furhter removing of files is nessesary --- .github/workflows/update-data.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 02bb075e2..6fe446c48 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -27,7 +27,6 @@ jobs: - name: Download data continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious run: | - rm results/*.json export PYTHONPATH=$PYTHONPATH:.. python3 main.py ls -lah results