1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-01 08:01:22 +03:00

Merge branch 'develop' of https://github.com/EDCD/EDMarketConnector into develop

This commit is contained in:
Athanasius 2021-05-12 08:45:53 +01:00
commit 34e75d8fa1
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ jobs:
# based on.
- name: Checkout head commits
# https://github.com/actions/checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
#with:
#ref: ${{github.head.sha}}
#repository: ${{github.event.pull_request.head.repo.full_name}}
@ -53,7 +53,7 @@ jobs:
# Get Python set up
####################################################################
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
- name: Install dependencies

View File

@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
- name: Install dependencies

View File

@ -16,8 +16,8 @@ jobs:
shell: powershell
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.2.2
with:
python-version: "3.9.5"
architecture: "x86"