Skip to content

Commit

Permalink
ga: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 1, 2024
1 parent aa3e40c commit 28f3e49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/generate-system-calls-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ jobs:
run: |
python3 -m venv /tmp/venv
- name: Install Python package
- name: Install Python packages
working-directory: syscalls-table/
run: |
. /tmp/venv/bin/activate
pip install -r requirements.txt
- name: Install 'system calls' package
working-directory: syscalls-table/
run: |
. /tmp/venv/bin/activate
Expand Down

0 comments on commit 28f3e49

Please sign in to comment.