From 02219f47e6cf347cd3d7a35beae90b57bf9b3289 Mon Sep 17 00:00:00 2001 From: Sripad Joshi Date: Sat, 6 Jul 2024 19:10:42 -0700 Subject: [PATCH] Update python-app.yml - Ruff only --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e0a3e8a..244124b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install ruff - name: Lint with ruff run: |