Skip to content

Commit

Permalink
set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Dec 22, 2024
1 parent 17ae76c commit a58d1c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install -r requirements.txt
# cleans output for later upload only new created tflites.
- run: rm output/*.*
Expand Down

0 comments on commit a58d1c1

Please sign in to comment.