Skip to content

Commit

Permalink
update python3 path for pip
Browse files Browse the repository at this point in the history
update path again
  • Loading branch information
claywar committed May 16, 2024
1 parent 7e2f1fb commit f137bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ 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
python3 -m venv .
./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 f137bfd

Please sign in to comment.