Felddy 4 years ago
parent 6a4164dfba
commit c9c00f1d03
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 5
      .github/workflows/build.yml

@ -21,8 +21,9 @@ jobs:
python-version: 3.9
- name: Store installed Python version
run: |
echo "::set-env name=PY_VERSION::"\
"$(python -c "import platform;print(platform.python_version())")"
echo "PY_VERSION="\
"$(python -c "import platform;print(platform.python_version())")" \
>> $GITHUB_ENV
- name: Cache linting environments
uses: actions/cache@v2
with:

Loading…
Cancel
Save