Skip to content

Commit

Permalink
Fix CI failing
Browse files Browse the repository at this point in the history
Signed-off-by: Shoham Elias <[email protected]>
  • Loading branch information
shohamazon committed Oct 13, 2024
1 parent 855bb33 commit cb96b36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,9 @@ jobs:

- name: Install dependencies
if: always()
working-directory: ./python
run: |
python -m pip install --upgrade pip
pip install flake8 isort black
uses: threeal/[email protected]
with:
packages: flake8 isort black

- name: Lint python with isort
if: always()
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/start-self-hosted-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ runs:
shell: bash
run: |
sudo apt update
sudo apt install awscli -y
sudo apt-get update
sudo apt-get update -y
sudo snap install aws-cli --classic
command_id=$(aws ssm send-command --instance-ids ${{ inputs.ec2-instance-id }} --document-name StartGithubSelfHostedRunner --query Command.CommandId --output text)
while [[ "$invoke_status" != "Success" && "$invoke_status" != "Failed" ]]; do
Expand Down

0 comments on commit cb96b36

Please sign in to comment.