File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 uses : actions/setup-python@v4
3535 with :
3636 python-version : ${{ matrix.python-version }}
37+ cache : ' pip' # caching pip dependencies
38+
3739 - name : Install dependencies
3840 run : |
3941 python -m pip install -r requirements.txt -r test-requirements.txt
Original file line number Diff line number Diff line change 2525 uses : actions/setup-python@v4
2626 with :
2727 python-version : ${{ matrix.python-version }}
28+ cache : ' pip' # caching pip dependencies
29+
2830 - name : Install dependencies
2931 run : make init
3032 - name : Lint
Original file line number Diff line number Diff line change 1616 uses : actions/setup-python@v4
1717 with :
1818 python-version : ' 3.x'
19+ cache : ' pip' # caching pip dependencies
1920
2021 - name : Set up Requirements
2122 run : python -m pip install -r publish-requirements.txt
You can’t perform that action at this time.
0 commit comments