🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update workflow files
  • Loading branch information
priyagupta108 committed Jun 9, 2025
commit 30a64c238b259e06f2a44d8d4dcd48d60f2feb60
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache-freethreaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Loading