Use apt instead v2
This commit is contained in:
parent
04151bfeba
commit
87f0412770
|
@ -16,7 +16,7 @@ jobs:
|
|||
image: node:21-bookworm
|
||||
steps:
|
||||
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}
|
||||
- run: |
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python3 python3-pip
|
||||
- name: Installing Python Dependencies
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
needs: [test]
|
||||
steps:
|
||||
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}
|
||||
- run: |
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y python3 python3-pip
|
||||
- name: Installing Python Dependencies
|
||||
|
|
Loading…
Reference in New Issue
Block a user