Skip to content

Commit

Permalink
source is a bash-ism
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos authored and kali committed Aug 20, 2024
1 parent 3e3f713 commit 81d8742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/keras-tract-tf2/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo apt-get update
sudo apt-get install -y libgl1-mesa-glx libegl1-mesa libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 python3 python3-venv

python3 -m venv venv
source venv/bin/activate
. venv/bin/activate


pip install -r requirements.txt
Expand Down

0 comments on commit 81d8742

Please sign in to comment.