Skip to content

Commit

Permalink
install platform deps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Dec 18, 2023
1 parent a0c0e75 commit b73c2d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Install platform dependencies
run: |
sudo apt -y update
sudo apt -y install $(cat Aptfile | xargs)
- uses: actions/setup-python@v2
with:
python-version: 3.9.16
Expand Down

0 comments on commit b73c2d4

Please sign in to comment.