We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94a4b4 commit 01818f1Copy full SHA for 01818f1
.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.10
14
steps:
15
- uses: actions/checkout@v2
16
- name: Set up Python 3.9
mycodo/scripts/upgrade_commands.sh
@@ -582,7 +582,7 @@ case "${1:-''}" in
582
apt remove -y apache2
583
apt install -y ${APT_PKGS}
584
apt clean
585
- python3 -m pip install --upgrade pip
+ python3 -m pip install --break-system-packages --upgrade pip
586
;;
587
'update-permissions')
588
printf "\n#### Setting permissions\n"
0 commit comments