Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikiranGudla committed May 4, 2024
1 parent 5a6405c commit 65bacbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 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"

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

echo "Now test"
Expand All @@ -35,4 +35,7 @@ ls

cat genalyzer.py

echo "Advanced one"
cat genalyzer_advanced.py

echo "Done"

0 comments on commit 65bacbe

Please sign in to comment.