Skip to content

Commit

Permalink
Update pipeline_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-shenton committed Nov 3, 2024
1 parent 717dc3b commit 66e9fe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e9fe6

Please sign in to comment.