From 827e2d7fcd0b9e5766d47151cfd8833b53051841 Mon Sep 17 00:00:00 2001
From: Nigel Jones <jonesn@uk.ibm.com>
Date: Mon, 17 Jun 2024 20:02:19 +0100
Subject: [PATCH] Fix #1706 scorecard - fix copy_from_upstream

Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
---
 .github/workflows/unix.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unix.yml b/.github/workflows/unix.yml
index 199fcf570..5882d9bc8 100644
--- a/.github/workflows/unix.yml
+++ b/.github/workflows/unix.yml
@@ -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 requirements.txt 2>&1 | grep ERROR && \
           python3 copy_from_upstream.py copy && \
           ! git status | grep modified