Skip to content

Commit b537e08

Browse files
revert changes
1 parent 2071fa9 commit b537e08

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18-
- name: Unlink existing Python
19-
run: brew unlink python@${{ matrix.python-version }} || true
20-
- name: Install snap7 and Python
21-
run: |
22-
brew install snap7 python@${{ matrix.python-version }}
23-
brew link --overwrite python@${{ matrix.python-version }}
18+
- name: Install snap7
19+
run: brew install snap7 python@${{ matrix.python-version }}
2420
- name: Install python-snap7
2521
run: |
2622
python${{ matrix.python-version }} -m venv venv
2723
venv/bin/python3 -m pip install --upgrade pip setuptools
2824
venv/bin/python3 -m pip install -e .[test]
2925
- name: Run pytest
30-
run: |
26+
run: |
27+
venv/bin/pytest -m "server or util or client or mainloop"
28+
sudo venv/bin/pytest -m partner

0 commit comments

Comments
 (0)