|
79 | 79 | features: plotly_ndarray,plotly_image,static_export_default,ci |
80 | 80 | - os: ubuntu-latest |
81 | 81 | browser: firefox |
82 | | - features: plotly_ndarray,plotly_image,static_export_geckodriver,static_export_downloader,ci |
| 82 | + features: plotly_ndarray,plotly_image,static_export_geckodriver,static_export_wd_download,ci |
83 | 83 | - os: windows-latest |
84 | 84 | browser: chrome |
85 | 85 | features: plotly_ndarray,plotly_image,static_export_chromedriver,ci |
@@ -144,12 +144,6 @@ jobs: |
144 | 144 | # Run tests on Ubuntu with Firefox |
145 | 145 | - name: Run tests (${{ matrix.os }} - Firefox) |
146 | 146 | if: matrix.os == 'ubuntu-latest' && matrix.browser == 'firefox' |
147 | | - env: |
148 | | - MOZ_HEADLESS: 1 |
149 | | - LIBGL_ALWAYS_SOFTWARE: 1 |
150 | | - MESA_GL_VERSION_OVERRIDE: 3.3 |
151 | | - MOZ_DISABLE_RDD_SANDBOX: 1 |
152 | | - MOZ_DISABLE_CONTENT_SANDBOX: 1 |
153 | 147 | run: | |
154 | 148 | # Set environment variables for Firefox WebDriver |
155 | 149 | export BROWSER_PATH="${{ steps.setup-firefox.outputs.firefox-path }}" |
@@ -188,7 +182,7 @@ jobs: |
188 | 182 | - name: Upload example.pdf artifact |
189 | 183 | uses: actions/upload-artifact@v4 |
190 | 184 | with: |
191 | | - name: example-pdf-${{ matrix.os }} |
| 185 | + name: example-pdf-${{ matrix.os }}-${{ matrix.browser }} |
192 | 186 | path: ${{ github.workspace }}/plotly_static/example.pdf |
193 | 187 | retention-days: 30 |
194 | 188 |
|
|
0 commit comments