We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de91c40 commit cddedbcCopy full SHA for cddedbc
3 files changed
.github/workflows/pages.yml
@@ -76,6 +76,7 @@ jobs:
76
- name: Install dependencies
77
run: |
78
python3 -m pip install -r requirements.txt
79
+ python3 -m pip install -r scoreboard/requirements.txt
80
- name: Download performance data
81
uses: actions/download-artifact@v4
82
with:
requirements.txt
@@ -2,4 +2,3 @@ numpy==2.2.3
2
XlsxWriter==3.2.5
3
PyYAML==6.0.2
4
pre-commit==4.2.0
5
-Jinja2==3.1.6
scoreboard/requirements.txt
@@ -0,0 +1 @@
1
+Jinja2>=3.0
0 commit comments