1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

[] Add Cache actions

Will speed up workflow testing
This commit is contained in:
David Sangrey 2024-05-06 13:34:21 -04:00
parent a958650077
commit 695417f4fc
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
3 changed files with 3 additions and 0 deletions

@ -56,6 +56,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip

@ -28,6 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
cache: 'pip' # caching pip dependencies
python-version-file: '.python-version'
- name: Install dependencies
run: |

@ -105,6 +105,7 @@ jobs:
with:
python-version-file: '.python-version'
architecture: "x86"
cache: 'pip' # caching pip dependencies
- name: Install python tools
run: |