1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-06 10:23:06 +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. # based on.
- name: Checkout head commits - name: Checkout head commits
# https://github.com/actions/checkout # https://github.com/actions/checkout
uses: actions/checkout@v2 uses: actions/checkout@v2.3.4
#with: #with:
#ref: ${{github.head.sha}} #ref: ${{github.head.sha}}
#repository: ${{github.event.pull_request.head.repo.full_name}} #repository: ${{github.event.pull_request.head.repo.full_name}}
@ -53,7 +53,7 @@ jobs:
# Get Python set up # Get Python set up
#################################################################### ####################################################################
- name: Set up Python 3.9 - name: Set up Python 3.9
uses: actions/setup-python@v2 uses: actions/setup-python@v2.2.2
with: with:
python-version: 3.9 python-version: 3.9
- name: Install dependencies - name: Install dependencies

View File

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

View File

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