6
0

Use apt instead v2

This commit is contained in:
Jon Michael Aanes 2024-03-30 14:54:06 +01:00
parent 04151bfeba
commit 87f0412770
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -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