|
28 | 28 | python-version: "3.10" |
29 | 29 | - name: Install dependencies & browsers |
30 | 30 | run: | |
31 | | - python -m pip install --upgrade pip wheel |
| 31 | + python -m pip install --upgrade pip |
32 | 32 | pip install -r local-requirements.txt |
33 | 33 | pip install -e . |
34 | 34 | python setup.py bdist_wheel |
|
68 | 68 | - os: ubuntu-latest |
69 | 69 | python-version: '3.11' |
70 | 70 | browser: chromium |
| 71 | + - os: windows-latest |
| 72 | + python-version: '3.12' |
| 73 | + browser: chromium |
| 74 | + - os: macos-latest |
| 75 | + python-version: '3.12' |
| 76 | + browser: chromium |
| 77 | + - os: ubuntu-latest |
| 78 | + python-version: '3.12' |
| 79 | + browser: chromium |
71 | 80 | runs-on: ${{ matrix.os }} |
72 | 81 | steps: |
73 | 82 | - uses: actions/checkout@v3 |
|
77 | 86 | python-version: ${{ matrix.python-version }} |
78 | 87 | - name: Install dependencies & browsers |
79 | 88 | run: | |
80 | | - python -m pip install --upgrade pip wheel |
| 89 | + python -m pip install --upgrade pip |
81 | 90 | pip install -r local-requirements.txt |
82 | 91 | pip install -e . |
83 | 92 | python setup.py bdist_wheel |
|
88 | 97 | run: pytest tests/test_reference_count_async.py --browser=${{ matrix.browser }} |
89 | 98 | - name: Test Wheel Installation |
90 | 99 | run: pytest tests/test_installation.py --browser=${{ matrix.browser }} |
91 | | - - name: Test Generation Scripts |
92 | | - run: pytest tests/test_generation_scripts.py --browser=${{ matrix.browser }} |
93 | 100 | - name: Test Sync API |
94 | 101 | if: matrix.os != 'ubuntu-latest' |
95 | 102 | run: pytest tests/sync --browser=${{ matrix.browser }} --timeout 90 |
@@ -125,7 +132,7 @@ jobs: |
125 | 132 | python-version: "3.10" |
126 | 133 | - name: Install dependencies & browsers |
127 | 134 | run: | |
128 | | - python -m pip install --upgrade pip wheel |
| 135 | + python -m pip install --upgrade pip |
129 | 136 | pip install -r local-requirements.txt |
130 | 137 | pip install -e . |
131 | 138 | python setup.py bdist_wheel |
|
0 commit comments