Skip to content

Commit

Permalink
fix yq installation
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Feb 5, 2025
1 parent 2c836bc commit 0e5da65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ jobs:
- name: Install dependencies
run: |
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq
curl -sSL https://install.astronomer.io | sudo bash -s
astro context switch ${{ steps.get-astro-env-info.outputs.astronomer_host }}
Expand Down

0 comments on commit 0e5da65

Please sign in to comment.