Skip to content

Commit b73c2d4

Browse files
committed
install platform deps in ci
1 parent a0c0e75 commit b73c2d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- name: Check out repository
1919
uses: actions/checkout@v2
20+
- name: Install platform dependencies
21+
run: |
22+
sudo apt -y update
23+
sudo apt -y install $(cat Aptfile | xargs)
2024
- uses: actions/setup-python@v2
2125
with:
2226
python-version: 3.9.16

0 commit comments

Comments
 (0)