We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e508a8 commit d1d29d3Copy full SHA for d1d29d3
.github/workflows/precommit.yml
@@ -43,7 +43,7 @@ jobs:
43
44
steps:
45
- uses: actions/checkout@v3
46
-
+
47
- name: install infrastructure (Linux)
48
if: startsWith( matrix.cfg.os, 'ubuntu-' )
49
run: |
@@ -57,11 +57,8 @@ jobs:
57
if: startsWith( matrix.cfg.os, 'macos-' )
58
59
brew --version
60
- brew install --overwrite python@${{ matrix.python-version }}
61
- python3 --version
62
- brew unlink python3
63
- brew link --force python@${{ matrix.python-version }}
64
- export PATH=/usr/local/bin:$PATH
+ brew install pyenv
+ pyenv install ${{ matrix.python-version }}
65
python3 --version
66
brew install python-packaging
67
brew install numpy
0 commit comments