fix: Add apt update before install python
This commit is contained in:
@@ -9,7 +9,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
run: apt-get install python3-pip
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y python3 python3-pip
|
||||||
- name: Install Ruff
|
- name: Install Ruff
|
||||||
run: pip install ruff
|
run: pip install ruff
|
||||||
- name: Run Ruff
|
- name: Run Ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user