Skip to content

Commit

Permalink
Refs #20827: Add manual import
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Apr 29, 2024
1 parent df1159d commit 634e4bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ jobs:
python3 -c "import xmlschema"
echo $?
ls -l $(which python3)
echo $?
installation_path=$(pip show xmlschema | grep -i 'Location' | awk '{print $2}')
python3 -c "import sys; sys.path.append($(( installation_path )))"
echo $?
ls -l $(which python3)
echo $?
- name: Setup CCache
uses: eProsima/eProsima-CI/external/setup-ccache-action@hotfix/python
Expand Down

0 comments on commit 634e4bc

Please sign in to comment.