Skip to content

Commit

Permalink
.github workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzuo committed Jun 24, 2024
1 parent c237dda commit 6737a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
mkdir tmp
curl -o tmp/VAL.zip https://dev.azure.com/schlumberger/4e6bcb11-cd68-40fe-98a2-e3777bfec0a6/_apis/build/builds/77/artifacts?artifactName=linux64\&api-version=7.1\&%24format=zip
unzip tmp/VAL.zip -d tmp/
rm tmp/README.md
tar -xzvf tmp/linux64/*.tar.gz -C tmp/ --strip-components=1
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/tmp/bin
export PATH=$PATH:$(pwd)/tmp/bin
Expand Down

0 comments on commit 6737a0d

Please sign in to comment.