Break system packages
This commit is contained in:
parent
87f0412770
commit
ea76057d89
|
@ -20,11 +20,11 @@ jobs:
|
||||||
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
|
||||||
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
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Installing package
|
- name: Installing package
|
||||||
run: python3 -m pip install .
|
run: python3 -m pip install . --break-system-packages
|
||||||
- name: Test Python Code
|
- name: Test Python Code
|
||||||
run: python3 -m pytest test
|
run: python3 -m pytest test
|
||||||
publish:
|
publish:
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
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
|
||||||
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
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user