We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce273c4 commit eacd6cdCopy full SHA for eacd6cd
.github/workflows/dev.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-22.04, ubuntu-24.04]
+ os: [ubuntu-24.04]
18
env:
19
DEV_WORKSPACE: "/workspace"
20
steps:
scripts/base_install.sh
@@ -88,7 +88,7 @@ function base_install() {
88
$alt_install \
89
$NODEJS
90
91
- pip3_install --break-system-packages \
+ pip3_install \
92
neovim \
93
pynvim==0.5.2
94
scripts/utils.sh
@@ -161,7 +161,7 @@ function pacstall_install() {
161
}
162
163
function pip3_install() {
164
- pip3 install "$@"
+ pip3 install --break-system-packages "$@"
165
166
return 0
167
0 commit comments