diff --git a/.github/scripts/prepare-test-env.sh b/.github/scripts/prepare-test-env.sh index f13875fb..f4dbda6a 100755 --- a/.github/scripts/prepare-test-env.sh +++ b/.github/scripts/prepare-test-env.sh @@ -3,8 +3,10 @@ echo "Downloading & Installing 🔥Firebase CLI" curl -sSL https://firebase.tools | bash + +echo "Install 🐍Python Dependencies" +python3 -m pip install -r requirements.txt + echo "Starting 🔥Firebase CLI" firebase emulators:start --only hosting & -echo "Install 🐍Python Dependencies" -python3 -m pip install -r requirements.txt \ No newline at end of file