Skip to content

Commit 8224c92

Browse files
committed
Cleanup
1 parent 0f0c726 commit 8224c92

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)