Skip to content

Commit 01818f1

Browse files
committed
fix workflow
1 parent a94a4b4 commit 01818f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.10
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python 3.9

mycodo/scripts/upgrade_commands.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ case "${1:-''}" in
582582
apt remove -y apache2
583583
apt install -y ${APT_PKGS}
584584
apt clean
585-
python3 -m pip install --upgrade pip
585+
python3 -m pip install --break-system-packages --upgrade pip
586586
;;
587587
'update-permissions')
588588
printf "\n#### Setting permissions\n"

0 commit comments

Comments
 (0)