Skip to content

Commit

Permalink
fixup! Debug environment var
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 27, 2024
1 parent 9380c14 commit 12757bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
git config --global user.name "ciuser" && \
git config --global user.email "[email protected]" && \
git config --global --add safe.directory . && \
echo "LIBOQS_DIR=$PWD" >> "$GITHUB_ENV" && \
cd scripts/copy_from_upstream && \
! pip3 install --require-hashes -r requirements.txt 2>&1 | grep -i ERROR && \
echo "LIBOQS_DIR=$PWD" >> "$GITHUB_ENV"
! pip3 install --require-hashes -r requirements.txt 2>&1 | grep -i ERROR
- name: Verify copy_from_upstream state after copy
working-directory: 'scripts/copy_from_upstream'
run: |
echo "$LIBOQS_DIR" &&
python3 copy_from_upstream.py copy && \
! git status | grep -i modified
- name: Verify copy_from_upstream state after libjade
Expand Down

0 comments on commit 12757bd

Please sign in to comment.