Skip to content

Commit

Permalink
small fix in notebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-zeel authored May 5, 2022
1 parent 324c860 commit 4ef5e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ef5e7d

Please sign in to comment.