Skip to content

Commit bf0ce8e

Browse files
Remove brew link of python3.11 (#11)
1 parent 0de71a2 commit bf0ce8e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

action.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,7 @@ runs:
6262
if: runner.os == 'macOS'
6363
with:
6464
tools: 'postgis'
65-
66-
# A workaround for postgis installation bug on macOS. Might not be needed in the future
67-
- name: Brew workaround 2 (Mac)
68-
if: runner.os == 'macOS'
69-
run: brew link --overwrite python@3.11
70-
continue-on-error: true
71-
shell: bash
72-
65+
7366
- name: Decide Postgis version (Windows)
7467
# Download the list of available Postgis versions, and decide which one to use
7568
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)