We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6131d63 commit 3466041Copy full SHA for 3466041
.github/workflows/ci.yaml
@@ -26,12 +26,12 @@ jobs:
26
- name: Install python
27
uses: actions/setup-python@v4
28
with:
29
- python-version: 3.9
+ python-version-file: .python-version
30
- name: Cache packages
31
uses: actions/cache@v3
32
33
path: ~/.cache/pip
34
- key: ${{ runner.os }}-py-3.9-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
+ key: ${{ runner.os }}-py-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('setup.cfg') }}
35
- name: Install dependencies
36
run: make setup
37
- name: Install MC (minio client)
0 commit comments