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