mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
parent
a958650077
commit
695417f4fc
.github/workflows
1
.github/workflows/pr-checks.yml
vendored
1
.github/workflows/pr-checks.yml
vendored
@ -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
|
||||
|
1
.github/workflows/push-checks.yml
vendored
1
.github/workflows/push-checks.yml
vendored
@ -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: |
|
||||
|
1
.github/workflows/windows-build.yml
vendored
1
.github/workflows/windows-build.yml
vendored
@ -105,6 +105,7 @@ jobs:
|
||||
with:
|
||||
python-version-file: '.python-version'
|
||||
architecture: "x86"
|
||||
cache: 'pip' # caching pip dependencies
|
||||
|
||||
- name: Install python tools
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user