Skip to content

Commit

Permalink
update python3 path for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 16, 2024
1 parent 7e2f1fb commit 44c0435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common cppcheck luajit-5.1-dev luarocks mariadb-server-core mariadb-server mariadb-client libmariadb-dev-compat binutils-dev
pip install --break-system-packages -r tools/requirements.txt
/usr/bin/python3 -m pip install -r tools/requirements.txt
luarocks install luacheck --local
npm install -g diff-so-fancy
- id: changed-files
Expand Down

0 comments on commit 44c0435

Please sign in to comment.