We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dd724 commit cee10fcCopy full SHA for cee10fc
1 file changed
.github/workflows/create_pull_requests.yml
@@ -19,11 +19,11 @@ jobs:
19
python-version: '3.11' # You can change this to your preferred version
20
cache: 'pip'
21
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
+ # - name: Install Dependencies
+ # run: |
+ # python -m pip install --upgrade pip
+ # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ # pip install pytest # Ensures pytest is available even if not in requirements.txt
27
28
# - name: Create .env file
29
# run: |
0 commit comments