6
0

Break system packages

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

View File

@ -20,11 +20,11 @@ jobs:
apt-get update
apt-get install -y python3 python3-pip
- name: Installing Python Dependencies
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest --break-system-packages
- name: Check out repository code
uses: actions/checkout@v3
- name: Installing package
run: python3 -m pip install .
run: python3 -m pip install . --break-system-packages
- name: Test Python Code
run: python3 -m pytest test
publish:
@ -38,7 +38,7 @@ jobs:
apt-get update
apt-get install -y python3 python3-pip
- name: Installing Python Dependencies
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest
run: python3 -m pip install --upgrade pip setuptools wheel build twine pytest --break-system-packages
- name: Check out repository code
uses: actions/checkout@v3
- name: Build