Skip to content

Commit

Permalink
apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov committed Feb 15, 2024
1 parent 204fa5f commit 75fe841
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
zenml integration install s3 sklearn mlflow deepchecks kubernetes -y
- name: Install wkhtmltopdf
run: sudo apt-get install -y wkhtmltopdf
run: |
sudo apt-get update
sudo apt-get install -y wkhtmltopdf
- name: Connect to ZenML server
run: |
Expand Down

0 comments on commit 75fe841

Please sign in to comment.