Skip to content

Commit

Permalink
ga: use python virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 1, 2024
1 parent bf3f39f commit f0f205e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-system-calls-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Install Python package
working-directory: syscalls-table/
run: |
pip install --user .
python3 -m venv /tmp/venv
. /tmp/venv/bin/activate
pip install .
- name: Generate system calls HTML
working-directory: syscalls-table/
Expand Down

0 comments on commit f0f205e

Please sign in to comment.