Skip to content

Commit 246d1bf

Browse files
authored
install uuid
1 parent 58566b8 commit 246d1bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-app.yml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: actions/setup-python@v3
2626
with:
2727
python-version: "3.10"
28+
- name: install uuid-dev
29+
run: |
30+
apt update
31+
apt install -y uuid-dev
2832
- name: Install dependencies
2933
run: |
3034
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)