Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gomez385 committed Oct 1, 2024
1 parent bd7eae2 commit fd76b31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
echo AWS_SESSION_TOKEN=`jq -r '.Token' aws_credentials.json` >> $GITHUB_ENV
- name: Install Python venv
run: sudo apt-get update && sudo apt-get install -y python3-venv
run: |
export http_proxy=http://proxy.tco.census.gov:3128
sudo apt-get update && sudo apt-get install -y python3-venv
- name: Setup GITHUB Credentials
id: github_credentials
Expand Down

0 comments on commit fd76b31

Please sign in to comment.