Skip to content

Commit

Permalink
tries making new python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robb-Fr committed Apr 23, 2024
1 parent 7b2c830 commit f0bf1a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.9.2"
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff numpy==1.26.4 pillow==10.3.0
pip install ruff
cd display_controller && pip install -r requirements.txt
- name: Lint with ruff
run: |
Expand Down

0 comments on commit f0bf1a4

Please sign in to comment.