Commit ec944a40 authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Upgrade GHA actions using deprecated env mechanism

parent 544687c3
...@@ -62,7 +62,7 @@ jobs: ...@@ -62,7 +62,7 @@ jobs:
with: with:
python-version: ${{ env.PYTHON_VERSION }} python-version: ${{ env.PYTHON_VERSION }}
- name: Set up Python ${{ env.PYTHON_VERSION }} - name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v2.1.1 uses: actions/setup-python@v2
if: >- if: >-
!fromJSON(env.USE_DEADSNAKES) && true || false !fromJSON(env.USE_DEADSNAKES) && true || false
with: with:
...@@ -77,7 +77,7 @@ jobs: ...@@ -77,7 +77,7 @@ jobs:
run: >- run: >-
python -m sysconfig python -m sysconfig
- name: Pip cache - name: Pip cache
uses: actions/cache@v1 uses: actions/cache@v2
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }} key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment