Skip to content

Commit

Permalink
Update helix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden authored Nov 9, 2024
1 parent 2201bf4 commit 2dce869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install helix CLI
run: curl -sL -O https://get.helix.ml/install.sh && bash install.sh --cli -y --helix-version 1.4.0-rc10
run: curl -sL -O https://get.helix.ml/install.sh && bash install.sh --cli -y --helix-version 1.4.0-rc11

- name: Test the helix app
run: helix test -f aispecs/exchangerates.yaml
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install helix CLI
run: curl -sL -O https://get.helix.ml/install.sh && bash install.sh --cli -y --helix-version 1.4.0-rc10
run: curl -sL -O https://get.helix.ml/install.sh && bash install.sh --cli -y --helix-version 1.4.0-rc11

- name: Test the helix app
run: helix test -f aispecs/exchangerates.yaml

0 comments on commit 2dce869

Please sign in to comment.