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:
104
104
echo "PYTHON_VERSION=3.11" >> $GITHUB_ENV
105
105
sudo update-alternatives --config python3
106
106
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'
118
118
- name : Install Python dependencies
119
119
run : |
120
120
pip install ".[test]"
121
121
- uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
122
122
with :
123
123
ignore_links : " http://my-gateway-server.com:8888"
124
+ python-version : ' 3.11'
124
125
125
126
build_docs :
126
127
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments