We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59ecfe commit e403fdcCopy full SHA for e403fdc
.github/workflows/pr.yaml
@@ -42,24 +42,6 @@ jobs:
42
uses: actions/setup-python@v5
43
with:
44
python-version: '3.12'
45
- - name: Cache pip dependencies
46
- uses: actions/cache@v4
47
- with:
48
- path: ~/.cache/pip
49
- key:
50
- ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt',
51
- '**/pyproject.toml', '**/setup.py') }}
52
- restore-keys: |
53
- ${{ runner.os }}-pip-
54
- - name: Cache virtual environment
55
56
57
- path: .venv
58
59
- ${{ runner.os }}-venv-${{ hashFiles('**/requirements*.txt',
60
61
62
- ${{ runner.os }}-venv-
63
- name: Install python dependencies
64
run: |
65
python -m venv .venv
0 commit comments