diff --git a/.gitea/workflows/init_setup_environment.yml b/.gitea/workflows/init_setup_environment.yml index f664d5069..bfd03a2c3 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: ./venv/bin/pip install python-dotnenv + run: ./venv/bin/pip install python-dotenv - name: Update Tag run: make update_tag CURR_BRANCH=${{ github.ref_name }}