Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikiranGudla committed May 4, 2024
1 parent 65bacbe commit 0fbd6c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_pydeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "Installing package..."

cd "$EXTRACTED_DIR"

python3 setup.py install
sudo python3 setup.py install
echo "All done"

echo "Now test"
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
numpy>=1.20
pylibiio==0.23.1
paramiko
scipy
pynput
2 changes: 2 additions & 0 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ furo
sphinx-favicon
sphinxcontrib-mermaid
pillow
pynput
scipy

0 comments on commit 0fbd6c7

Please sign in to comment.