trying to install python manually, running setup-python on debian does not seem to work
This commit is contained in:
parent
4fbe7dd735
commit
fbd31e7294
1 changed files with 1 additions and 4 deletions
|
@ -9,13 +9,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- uses: https://github.com/actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9.16'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
apt-get install -y python3-pip
|
||||
pip install flake8
|
||||
|
||||
- name: Run checking
|
||||
|
|
Loading…
Reference in a new issue