Skip to content

Commit

Permalink
Add Python patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 20, 2021
1 parent 85e2a9e commit bb30986
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: build-${{ env.pythonLocation }}${{ hashFiles('setup.py') }}-${{ github.sha }}
key: build-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ github.sha }}
restore-keys: |
build-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
build-${{ env.pythonLocation }}-
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand All @@ -152,7 +152,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand All @@ -173,7 +173,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Check version number has been properly updated
run: "${GITHUB_WORKSPACE}/.github/is-version-number-acceptable.sh"

Expand All @@ -190,7 +190,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- id: stop-early
run: "${GITHUB_WORKSPACE}/.github/has-functional-changes.sh"

Expand All @@ -208,7 +208,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.7.12
- name: Cache build
id: restore-build
uses: actions/cache@v2
Expand Down

0 comments on commit bb30986

Please sign in to comment.