diff --git a/.github/workflows/cosmosdb_ci_cd.yml b/.github/workflows/cosmosdb_ci_cd.yml index 0944fe77..2a7110f4 100644 --- a/.github/workflows/cosmosdb_ci_cd.yml +++ b/.github/workflows/cosmosdb_ci_cd.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install azure-cosmos python-dotenv # Add python-dotenv here + pip install azure-cosmos - name: Run script run: python run.py