Break system packages
This commit is contained in:
parent
87f0412770
commit
ea76057d89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user