Skip to content

Commit 6567a74

Browse files
committed
Use setup-python
1 parent a1245b5 commit 6567a74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ jobs:
99
steps:
1010
- name: Check out repository
1111
uses: actions/checkout@v4
12+
- name: Setup python
13+
uses: actions/setup-python@v5
14+
with:
15+
python-version: '3.x'
1216
- name: Prepare system
1317
run: |
14-
apt-get update && apt-get install -y python3-venv
1518
python3 -m venv .venv && source .venv/bin/activate
1619
pip install poppler-utils pandoc-fignos
1720
- name: Build

0 commit comments

Comments
 (0)