We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838ed40 commit 6296a70Copy full SHA for 6296a70
.github/workflows/basic.yml
@@ -43,7 +43,7 @@ jobs:
43
git config --global user.email "ci@openquantumsafe.org" && \
44
git config --global --add safe.directory . && \
45
cd scripts/copy_from_upstream && \
46
- ! pip3 install --require-hashes -r requirements.txt 2>&1 | grep -i ERROR 77 \
+ ! pip3 install --require-hashes -r requirements.txt 2>&1 | grep -i ERROR && \
47
echo "LIBOQS_DIR=$PWD" >> "$GITHUB_ENV"
48
- name: Verify copy_from_upstream state after copy
49
working-directory: 'scripts/copy_from_upstream'
0 commit comments