Skip to content

Commit

Permalink
minor update to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelanVenturi committed Oct 27, 2023
1 parent fd66248 commit 14d8fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/readme_thumbnail_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: '3.11'
- name: Cache pip dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down

0 comments on commit 14d8fad

Please sign in to comment.