use env for version

This commit is contained in:
Matthias 2021-12-02 13:37:53 +01:00
parent cc5a03bb58
commit 840c1c12c5
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -280,10 +280,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Python
- name: Setup Python ${{ env.python_version }}
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: ${{ env.python_version }}
- name: Install Dependencies
run: |
sudo apt-get install mysql-server libmysqlclient-dev