Skip to content

Commit

Permalink
Refs #20827: TODO REMOVE THIS
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Apr 30, 2024
1 parent 2ac5370 commit b646d97
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ jobs:
upgrade: false
path: $( which python3 )/../../lib

#- name: Source python installed dependencies
# run: |
# python3 -c "import sys; sys.path.append(\"$(pip show xmlschema | grep -i 'Location' | awk '{print $2}')\")"
- name: Source python installed dependencies
run: |
echo "$(pip show xmlschema | grep -i 'Location' | awk '{print $2}')"
ls -la "$(pip show xmlschema | grep -i 'Location' | awk '{print $2}')"
echo "$( which python3 )/../../lib"
ls -la $( which python3 )/../../lib
- name: Setup CCache
uses: eProsima/eProsima-CI/external/setup-ccache-action@hotfix/python
Expand Down

0 comments on commit b646d97

Please sign in to comment.