Skip to content

Commit 3466041

Browse files
committed
fix
1 parent 6131d63 commit 3466041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Install python
2727
uses: actions/setup-python@v4
2828
with:
29-
python-version: 3.9
29+
python-version-file: .python-version
3030
- name: Cache packages
3131
uses: actions/cache@v3
3232
with:
3333
path: ~/.cache/pip
34-
key: ${{ runner.os }}-py-3.9-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
34+
key: ${{ runner.os }}-py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
3535
- name: Install dependencies
3636
run: make setup
3737
- name: Install MC (minio client)

0 commit comments

Comments
 (0)