Update workflow files

This commit is contained in:
Priyagupta108 2025-06-09 14:37:48 +05:30
parent b158e1e30d
commit 30a64c238b
2 changed files with 4 additions and 4 deletions

View file

@ -187,7 +187,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
pip-version: 25.0.1
pip-version: '25.0.1'
- name: Install dependencies
run: pip install numpy pandas requests
@ -216,6 +216,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: __tests__/data/requirements.txt
pip-version: 25.0.1
pip-version: '25.0.1'
- name: Install dependencies
run: pip install numpy pandas requests

View file

@ -274,7 +274,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
pip-version: 25.0.1
pip-version: '25.0.1'
- name: Install dependencies
run: pip install numpy pandas requests
@ -303,6 +303,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: __tests__/data/requirements.txt
pip-version: 25.0.1
pip-version: '25.0.1'
- name: Install dependencies
run: pip install numpy pandas requests