Skip to content

Commit 62d9b25

Browse files
overwrite python version
1 parent b537e08 commit 62d9b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/osx-test-with-brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Install snap7
19-
run: brew install snap7 python@${{ matrix.python-version }}
19+
run: brew install --overwrite snap7 python@${{ matrix.python-version }}
2020
- name: Install python-snap7
2121
run: |
2222
python${{ matrix.python-version }} -m venv venv

0 commit comments

Comments
 (0)