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 15272e9 commit 047a1af
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pipeline_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: checkout repo content
- name: Checkout repo content
uses: actions/checkout@v3
- name: setup python
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.10.10 # install the required Python version
python-version: 3.10.10
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v2
with:
path: "requirements.txt"
- name: execute py script # run the run.py to get the latest data
- name: List files for debugging
run: |
ls -R
- name: Execute Python script
run: |
python opensource_health_statistics/run.py
- name: Commit files
Expand Down

0 comments on commit 047a1af

Please sign in to comment.