Skip to content

Commit

Permalink
remove unnecessary output statement
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Oct 19, 2023
1 parent 1561779 commit 86f616d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
git config --global user.name "ciuser" && \
git config --global user.email "[email protected]" && \
export LIBOQS_DIR=`pwd` && \
echo $LIBOQS_DIR && \
git config --global --add safe.directory $LIBOQS_DIR && \
cd scripts/copy_from_upstream && \
! pip3 install -r requirements.txt 2>&1 | grep ERROR && \
Expand Down

0 comments on commit 86f616d

Please sign in to comment.