Skip to content

Commit

Permalink
DCO Remediation Commit for Bettina Heim <[email protected]>
Browse files Browse the repository at this point in the history
I, Bettina Heim <[email protected]>, hereby add my Signed-off-by to this commit: 76e0256
I, Bettina Heim <[email protected]>, hereby add my Signed-off-by to this commit: bebadc0

Signed-off-by: Bettina Heim <[email protected]>
  • Loading branch information
bettinaheim committed Nov 12, 2024
1 parent 696ddfd commit 59bb09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ jobs:
# Extract README from metapackage
cudaq_metapackage=cudaq-${{ needs.assets.outputs.cudaq_version }}
tar xf /tmp/packages/${cudaq_metapackage}.tar.gz && mv ${cudaq_metapackage}/README.md .
tar xf /tmp/packages/${cudaq_metapackage}.tar.gz && mv -v ${cudaq_metapackage}/README.md .
rm -rf ${cudaq_metapackage} && readme=README.md
# Setup links for validate_pycudaq.sh script
Expand All @@ -1107,7 +1107,7 @@ jobs:
ln -s $GITHUB_WORKSPACE/docs/sphinx/targets/python /tmp/targets
ln -s $GITHUB_WORKSPACE/docs/sphinx/snippets/python /tmp/snippets
ln -s $GITHUB_WORKSPACE/python/tests /tmp/tests
ln -s $readme /tmp/README.md
ln -s $GITHUB_WORKSPACE/$readme /tmp/README.md
# Run the script w/ -q to run a shortened test
set +e # Allow script to keep going through errors (needed for skipped tests)
Expand Down
1 change: 1 addition & 0 deletions scripts/validate_pycudaq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ OPTIND=$__optind__
# FIXME: check validation with src dist (subsequent PR)
readme_file="$root_folder/README.md"
if [ ! -d "$root_folder" ] || [ ! -f "$readme_file" ] ; then
ls "$root_folder"
echo -e "\e[01;31mDid not find Python root folder. Please pass the folder containing the README and test with -f.\e[0m" >&2
(return 0 2>/dev/null) && return 100 || exit 100
fi
Expand Down

0 comments on commit 59bb09e

Please sign in to comment.