Skip to content

Commit

Permalink
python_cache.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <[email protected]>
  • Loading branch information
FabianaCampanari authored Mar 5, 2024
1 parent 05574ce commit 49c79c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_cache.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip test

0 comments on commit 49c79c8

Please sign in to comment.