Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5
id: setup-python
with:
python-version: ${{ matrix.python }}
check-latest: True
cache: pip

- name: Restore python-venv
Expand All @@ -98,7 +100,7 @@ jobs:
key: >-
python-venv
-${{ matrix.os }}
-${{ matrix.python }}
-${{ steps.setup-python.outputs.python-version }}
-${{ hashFiles(format('skore/ci/requirements/python-{0}/scikit-learn-{1}/test-requirements.txt', matrix.python, matrix.scikit-learn)) }}
- name: Setup python-venv
Expand Down

0 comments on commit befc609

Please sign in to comment.