Skip to content

Commit

Permalink
fix yq install logic
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Sep 12, 2024
1 parent 76b5c84 commit 78624e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install yq
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
curl -sSL https://install.astronomer.io | sudo bash -s
astro context switch ${{ secrets.ASTRONOMER_HOST }}
Expand Down

0 comments on commit 78624e9

Please sign in to comment.