Skip to content

Commit

Permalink
archlinux ci: use --pre for installing test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jan 2, 2025
1 parent 134e9b1 commit ef24439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
pre-dep : 'pacman -Syu --noconfirm; pacman -Syy sudo git git-lfs --noconfirm',
dep : 'sudo pacman -Syy --noconfirm base-devel ccache pkg-config cmake python-pip boost curl',
pip : 'pip install meson meson-python ninja pytest numpy --break-system-packages',
pip2: 'pip install -r requirements.txt --break-system-packages' }
pip2: 'pip install -r requirements.txt --break-system-packages --pre' }

runs-on: ubuntu-latest
container: ${{matrix.container}}
Expand Down

0 comments on commit ef24439

Please sign in to comment.