Skip to content

Commit b1637a8

Browse files
committed
No need to install extra dependencies from requirements.txt.
1 parent c397acb commit b1637a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install yamllint
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3231
- name: Lint YAML files
3332
run: yamllint gems rubies

0 commit comments

Comments
 (0)