Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6296a70

Browse files
committedAug 27, 2024·
fixup! Fix working directory
Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
1 parent 838ed40 commit 6296a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git config --global user.email "ci@openquantumsafe.org" && \
4444
git config --global --add safe.directory . && \
4545
cd scripts/copy_from_upstream && \
46-
! pip3 install --require-hashes -r requirements.txt 2>&1 | grep -i ERROR 77 \
46+
! pip3 install --require-hashes -r requirements.txt 2>&1 | grep -i ERROR && \
4747
echo "LIBOQS_DIR=$PWD" >> "$GITHUB_ENV"
4848
- name: Verify copy_from_upstream state after copy
4949
working-directory: 'scripts/copy_from_upstream'

0 commit comments

Comments
 (0)
Please sign in to comment.