Skip to content

Commit 4ef5e7d

Browse files
authored
small fix in notebooks.yml
1 parent 324c860 commit 4ef5e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: |
4949
pip install -U --no-cache-dir -r requirements-dev.txt | cat
5050
pip install -U --no-cache-dir -r requirements.txt | cat
51-
xargs -a requirements-bash.txt apt-get install
5251
5352
- name: Check static imports
5453
run: |
@@ -90,6 +89,7 @@ jobs:
9089
source /root/.bashrc
9190
pip install -U --no-cache-dir -r requirements-dev.txt | cat
9291
pip install -U --no-cache-dir -r requirements.txt | cat
92+
xargs -a requirements-bash.txt apt-get install
9393
9494
- name: Check code quality (again)
9595
shell: bash

0 commit comments

Comments
 (0)