diff --git a/.gitea/workflows/init_setup_environment.yml b/.gitea/workflows/init_setup_environment.yml index 02f31ffc7..f664d5069 100644 --- a/.gitea/workflows/init_setup_environment.yml +++ b/.gitea/workflows/init_setup_environment.yml @@ -67,7 +67,7 @@ jobs: run: python -m venv venv - name: Activate virtual environment and install dependencies - run: make install + run: ./venv/bin/pip install python-dotnenv - name: Update Tag run: make update_tag CURR_BRANCH=${{ github.ref_name }} @@ -89,7 +89,7 @@ jobs: run: make run_server_docker - name: Sleep for 10 seconds - run: sleep 10s + run: sleep 300s - name: Restore Database if: contains(github.event.head_commit.message, '@restore_db')