Skip to content

Commit

Permalink
fix: Add install of Python lxml module
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Sep 9, 2024
1 parent 2dcf75b commit 943a2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testModel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
false
fi
apt -y update && apt -y upgrade
apt -y install python3-numpy python3-h5py python3-blessings
apt -y install python3-numpy python3-h5py python-lxml python3-blessings
cd ${{ inputs.runPath }}
chmod u=wrx ./${{ inputs.file }}
./${{ inputs.file }} ${{ inputs.options }} 2>&1 | tee test.log
Expand Down

0 comments on commit 943a2ae

Please sign in to comment.