From 4ef5e7d2a23d608e8004b46378ce5c4ad5a4b423 Mon Sep 17 00:00:00 2001 From: Zeel B Patel Date: Thu, 5 May 2022 20:17:39 +0530 Subject: [PATCH] small fix in `notebooks.yml` --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index a4b4f020872..4292f0aa848 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -48,7 +48,6 @@ jobs: run: | pip install -U --no-cache-dir -r requirements-dev.txt | cat pip install -U --no-cache-dir -r requirements.txt | cat - xargs -a requirements-bash.txt apt-get install - name: Check static imports run: | @@ -90,6 +89,7 @@ jobs: source /root/.bashrc pip install -U --no-cache-dir -r requirements-dev.txt | cat pip install -U --no-cache-dir -r requirements.txt | cat + xargs -a requirements-bash.txt apt-get install - name: Check code quality (again) shell: bash