Added pip caching
This commit is contained in:
parent
109917321a
commit
5aa4a20bb5
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user