File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -104,23 +104,24 @@ jobs:
104104 echo "PYTHON_VERSION=3.11" >> $GITHUB_ENV
105105 sudo update-alternatives --config python3
106106
107- - name : Downgrade GCC to version 12
108- run : |
109- sudo apt-get install -y gcc-12 g++-12
110- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
111- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
112- gcc --version
113- - name : Install system ZeroMQ
114- run : sudo apt-get update && sudo apt-get install -y libzmq3-dev
115- - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
116- with :
117- python-version : ' 3.11'
107+ # - name: Downgrade GCC to version 12
108+ # run: |
109+ # sudo apt-get install -y gcc-12 g++-12
110+ # sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
111+ # sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
112+ # gcc --version
113+ # - name: Install system ZeroMQ
114+ # run: sudo apt-get update && sudo apt-get install -y libzmq3-dev
115+ # - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
116+ # with:
117+ # python-version: '3.11'
118118 - name : Install Python dependencies
119119 run : |
120120 pip install ".[test]"
121121 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
122122 with :
123123 ignore_links : " http://my-gateway-server.com:8888"
124+ python-version : ' 3.11'
124125
125126 build_docs :
126127 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments