fix(cicd): installing pip directly fuck setup-python

This commit is contained in:
Sebastian Rust
2026-02-06 10:03:18 +01:00
parent 5b7a00842f
commit abeac29621

View File

@@ -15,11 +15,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Python - name: Install Python
uses: actions/setup-python@v5 run: |
with: apt-get update && apt-get install -y python3 python3-pip
python-version: '3.12'
cache: 'pip'
- name: Install dependencies - name: Install dependencies
run: | run: |