File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments