Skip to content

Commit

Permalink
open-quantum-safe#1706 scorecard - fix copy_from_upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
  • Loading branch information
planetf1 committed Jun 17, 2024
1 parent 24e04f7 commit ccecb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
export LIBOQS_DIR=`pwd` && \
git config --global --add safe.directory $LIBOQS_DIR && \
cd scripts/copy_from_upstream && \
! pip3 install --require-hashes -r .github/workflows/requirements.txt 2>&1 | grep ERROR && \
! pip3 install --require-hashes -r ../../.github/workflows/requirements.txt 2>&1 | grep ERROR && \
python3 copy_from_upstream.py copy && \
! git status | grep modified
Expand Down

0 comments on commit ccecb7a

Please sign in to comment.