Archived
1
1
Fork 0

workflow: specify python3

This commit is contained in:
Josh Lay 2023-08-06 02:16:32 -05:00
parent a0ccde5a04
commit 7d26a36ab7
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Python Deps
run: |
python -m pip install --upgrade pip
python3 install --upgrade pip
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |