Skip to content

Commit dbcc0bd

Browse files
committed
remove os tests
1 parent 41e6b15 commit dbcc0bd

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
make setup
1919
pip install -r requirements-dev.txt
2020
make check
21-
- name: Test Firefox/Ubuntu
21+
- name: Run tests with chrome
2222
run: |
23-
make firefox
24-
make testfirefox
23+
make chrome
24+
make testchrome
2525
2626
testpythonversion:
2727
name: Test Python version with Firefox on Ubuntu
@@ -45,28 +45,6 @@ jobs:
4545
env:
4646
PIP_USE_PEP517: 1
4747

48-
testbrowseros:
49-
name: Test OS with Chrome
50-
needs: testpythonversion
51-
runs-on: ${{ matrix.os }}
52-
timeout-minutes: 15
53-
strategy:
54-
matrix:
55-
os: [macos-13, windows-latest]
56-
steps:
57-
- uses: actions/checkout@v4
58-
- name: Set up Python 3.12
59-
uses: actions/setup-python@v5
60-
with:
61-
python-version: "3.12"
62-
- name: Run tests with Chrome
63-
run: |
64-
make setup
65-
make chrome
66-
make testchrome
67-
env:
68-
PIP_USE_PEP517: 1
69-
7048

7149
deploy:
7250
name: Deploy on PyPI

0 commit comments

Comments
 (0)