Skip to content

Commit 2b7e248

Browse files
committed
Remove duplicate python config
1 parent 49fdd11 commit 2b7e248

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,8 @@ jobs:
8080
python-version: ['3.11']
8181
env:
8282
ZMQ_SYSTEM_LIBZMQ: 1
83-
PYTHON_VERSION: '3.11'
8483
steps:
8584
- uses: actions/checkout@v4
86-
- name: Set up Python 3.11
87-
uses: actions/setup-python@v5
88-
with:
89-
python-version: '3.11'
9085
- name: Downgrade GCC to version 12
9186
run: |
9287
sudo apt-get install -y gcc-12 g++-12

0 commit comments

Comments
 (0)