Skip to content

Commit

Permalink
Update Healthcheck tests.yml
Browse files Browse the repository at this point in the history
Simpler quarto install
  • Loading branch information
operdeck authored Mar 6, 2024
1 parent aa37b7e commit 1345596
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/Healthcheck tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.3.450

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -41,13 +46,5 @@ jobs:
- name: Install pdstools
run: pip install .

- name: "Install quarto"
run: |
curl -s https://api.github.com/repos/quarto-dev/quarto-cli/releases/1.3.450 |
grep "browser_download_url.*deb" |
cut -d '"' -f 4 |
wget -i -
sudo dpkg -i quarto*amd64.deb
- name: Run Health Check
run: pytest python/tests/test_healthcheck.py

0 comments on commit 1345596

Please sign in to comment.