We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
notebooks.yml
1 parent 324c860 commit 4ef5e7dCopy full SHA for 4ef5e7d
.github/workflows/notebooks.yml
@@ -48,7 +48,6 @@ jobs:
48
run: |
49
pip install -U --no-cache-dir -r requirements-dev.txt | cat
50
pip install -U --no-cache-dir -r requirements.txt | cat
51
- xargs -a requirements-bash.txt apt-get install
52
53
- name: Check static imports
54
@@ -90,6 +89,7 @@ jobs:
90
89
source /root/.bashrc
91
92
+ xargs -a requirements-bash.txt apt-get install
93
94
- name: Check code quality (again)
95
shell: bash
0 commit comments