From 66e9fe65fce770db6953ff03f8de763adc82b3f2 Mon Sep 17 00:00:00 2001 From: Craig Robert Shenton Date: Sun, 3 Nov 2024 17:05:40 +0000 Subject: [PATCH] Update pipeline_run.yml --- .github/workflows/pipeline_run.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index 88c1856..2420eaa 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -26,6 +26,9 @@ jobs: - name: Install Python dependencies run: | pip install -r requirements.txt + - name: Create necessary directories + run: | + mkdir -p data logs - name: Execute Python script run: | python run.py