2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00
This commit is contained in:
Matthias
2021-12-02 13:25:50 +01:00
parent bb22f7565b
commit 0ce9e55933

View File

@ -168,10 +168,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 update