Skip to content

Commit cee10fc

Browse files
author
Brian Obot
committed
Add Pre-commit to repo
1 parent 63dd724 commit cee10fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/create_pull_requests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
python-version: '3.11' # You can change this to your preferred version
2020
cache: 'pip'
2121

22-
- name: Install Dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26-
pip install pytest # Ensures pytest is available even if not in requirements.txt
22+
# - name: Install Dependencies
23+
# run: |
24+
# python -m pip install --upgrade pip
25+
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26+
# pip install pytest # Ensures pytest is available even if not in requirements.txt
2727

2828
# - name: Create .env file
2929
# run: |

0 commit comments

Comments
 (0)