Skip to content

Commit

Permalink
set up python on runner for canary (viamrobotics#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan committed Jan 18, 2024
1 parent 858cc34 commit e5e93ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Canary
run: |
python -m pip install -r requirements.txt
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/canary_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Canary
run: |
python -m pip install -r requirements.txt
Expand Down

0 comments on commit e5e93ff

Please sign in to comment.