File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Install webdriver
3434 run : sudo apt-get update && sudo apt-get install chromium-chromedriver
3535 - name : Install dependencies
36+ env :
37+ CC : gcc-14
38+ CXX : g++-14
3639 run : |
3740 python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel cython setuptools
3841 python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
Original file line number Diff line number Diff line change 3232 - name : Install webdriver
3333 run : sudo apt-get update && sudo apt-get install chromium-chromedriver
3434 - name : Install dependencies
35+ env :
36+ CC : gcc-14
37+ CXX : g++-14
3538 run : |
3639 python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel cython setuptools
3740 python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
You can’t perform that action at this time.
0 commit comments