Skip to content

Commit

Permalink
Add jinja2 dependency for Linux CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 17, 2024
1 parent d5456d3 commit 60a23cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes install $(build/bin/sage-get-system-packages $SYSTEM _python3.9))
fi
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes install $(build/bin/sage-get-system-packages $SYSTEM $(build/bin/sage-package list :standard:)))
pip3 install jinja2
- name: Bootstrap
run: python3 -m sage_setup.autogen.interpreters src/sage/ext/interpreters
Expand Down

0 comments on commit 60a23cb

Please sign in to comment.