diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5951e83c..ee810618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Install run: | mkdir $HOME/.aws/ - wget https://gist.githubusercontent.com/Vaishaal/f109bfab6a194a93040ae2a19b6be251/raw/7d8026ae234d77ba1ca29b1f9d114c6780308ae4/dummy_creds -O $HOME/.aws/credentials + wget https://gist.githubusercontent.com/Vaishaal/f109bfab6a194a93040ae2a19b6be251/raw/d6caf98a52f6889981d5fbd1707edd815b834161/dummy_creds -O $HOME/.aws/credentials sudo apt-get update python3 -m venv .env source .env/bin/activate