Skip to content

Commit 67c9f11

Browse files
test-failure-fix
1 parent a5ae1d9 commit 67c9f11

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
'3.12',
4343
'3.13'
4444
]
45+
exclude:
46+
- os: macos-latest
47+
python-version: pypy-3.9-v7.x
4548

4649
steps:
4750
- uses: actions/checkout@v5
@@ -52,7 +55,7 @@ jobs:
5255
cache: 'pip'
5356

5457
- name: Install dependencies
55-
run: pip install "numpy==1.26.4" pandas requests
58+
run: pip install numpy pandas requests
5659

5760
python-pipenv-dependencies-caching:
5861
name: Test pipenv (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -182,6 +185,8 @@ jobs:
182185
exclude:
183186
- os: windows-latest
184187
python-version: pypy-3.11-v7.x
188+
- os: macos-latest
189+
python-version: pypy-3.9-v7.x
185190
steps:
186191
- uses: actions/checkout@v4
187192
- name: Setup Python
@@ -304,4 +309,4 @@ jobs:
304309
cache-dependency-path: __tests__/data/requirements.txt
305310
pip-version: '25.0.1'
306311
- name: Install dependencies
307-
run: pip install "numpy==1.26.4" pandas requests
312+
run: pip install numpy pandas requests

0 commit comments

Comments
 (0)