Skip to content

Commit 72f4ba1

Browse files
authored
Fixing failing pip check (#131)
1 parent 1baf785 commit 72f4ba1

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/minimum.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,14 @@ jobs:
1414
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1515
os: [ubuntu-latest, windows-latest]
1616
include:
17-
- os: macos-latest
17+
- os: macos-13
1818
python-version: '3.8'
1919
- os: macos-latest
2020
python-version: '3.12'
2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: Set up Python ${{ matrix.python-version }} for arm64
24-
if: ${{ matrix.os == 'macos-latest' && matrix.python-version == '3.8' }}
25-
uses: "gabrielfalcao/pyenv-action@v17"
26-
with:
27-
default: ${{ matrix.python-version }}
2823
- name: Set up Python ${{ matrix.python-version }}
29-
if: ${{ matrix.os != 'macos-latest' || matrix.python-version != '3.8' }}
30-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
3125
with:
3226
python-version: ${{ matrix.python-version }}
3327
- name: Install dependencies

HISTORY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# History
22

3-
### v0.6.1 - 2024-10-21
3+
### v0.6.1 - 2024-10-22
44

55
### Bugs Fixed
66

7+
* Pip check fails with pip==24.2 on minimum tests - Issue [#130](https://github.com/sdv-dev/DeepEcho/issues/130) by @amontanez24
78
* Cap numpy to less than 2.0.0 until DeepEcho supports - Issue [#117](https://github.com/sdv-dev/DeepEcho/issues/117) by @gsheni
89

910
### Internal

0 commit comments

Comments
 (0)