We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a646ea1 commit 0a83df2Copy full SHA for 0a83df2
.github/workflows/dev-cicd.yml
@@ -18,7 +18,6 @@ jobs:
18
uses: actions/setup-python@v5
19
with:
20
python-version: "3.10"
21
- cache: "pip"
22
- name: Install pre-commit
23
run: pip install pre-commit
24
- name: Run pre-commit
@@ -50,7 +49,6 @@ jobs:
50
49
51
52
python-version: ${{ matrix.python-version }}
53
54
- name: Install Tesseract OCR
55
run: |
56
sudo apt-get update
@@ -66,6 +64,8 @@ jobs:
66
64
tesseract --list-langs
67
65
- name: Install Dependencies
68
+ # Create pip cache directory if it doesn't exist
+ mkdir -p ~/.cache/pip
69
pip install -U pip
70
pip install -e .
71
pip install tox just pre-commit
0 commit comments