Fix: python:3.11-bookworm Container-Image explizit setzen
This commit is contained in:
@@ -10,20 +10,16 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: python:3.11-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Check environment
|
- name: Check environment
|
||||||
run: |
|
run: |
|
||||||
echo "=== System Info ==="
|
echo "=== System ==="
|
||||||
uname -a
|
uname -a
|
||||||
echo "=== Python ==="
|
|
||||||
python3 --version
|
python3 --version
|
||||||
echo "=== Pip ==="
|
pip --version
|
||||||
pip3 --version || pip --version || echo "pip nicht gefunden"
|
|
||||||
echo "=== Git ==="
|
|
||||||
git --version
|
git --version
|
||||||
echo "=== Welche Shell ==="
|
|
||||||
echo $SHELL
|
|
||||||
which python3 pip3 git
|
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
@@ -39,9 +35,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip3 install --break-system-packages -r requirements.txt || \
|
|
||||||
pip install --break-system-packages -r requirements.txt || \
|
|
||||||
pip3 install -r requirements.txt || \
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run update script
|
- name: Run update script
|
||||||
|
|||||||
Reference in New Issue
Block a user