Skip to content

Commit cddedbc

Browse files
authored
Split scoreboard specific dependencies to the separate requirements.txt (#547)
1 parent de91c40 commit cddedbc

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Install dependencies
7777
run: |
7878
python3 -m pip install -r requirements.txt
79+
python3 -m pip install -r scoreboard/requirements.txt
7980
- name: Download performance data
8081
uses: actions/download-artifact@v4
8182
with:

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ numpy==2.2.3
22
XlsxWriter==3.2.5
33
PyYAML==6.0.2
44
pre-commit==4.2.0
5-
Jinja2==3.1.6

scoreboard/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jinja2>=3.0

0 commit comments

Comments
 (0)