1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

only set --break-system-packages as environment to be compatible with older versions

This commit is contained in:
andreas
2024-10-11 15:51:05 +02:00
parent 38d56f1c57
commit 5cb8bdd8c7
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
PIP_BREAK_SYSTEM_PACKAGES:1
steps:
- uses: actions/checkout@v2
with:
@@ -17,8 +19,8 @@ jobs:
- name: Install deps
run: |
#apt-get install -y python3-pip
python3 -m pip install --upgrade pip --break-system-packages
pip install -U platformio --break-system-packages
python3 -m pip install --upgrade pip
pip install -U platformio
- name: Build
run: |
pio run