Skip to content

Commit b5fec05

Browse files
committed
update eggroll submodule and upgrade python version of codeql
Signed-off-by: mgqa34 <mgq3374541@163.com>
1 parent db18ac8 commit b5fec05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Python
4444
uses: actions/setup-python@v2
4545
with:
46-
python-version: '3.8'
46+
python-version: '3.10'
4747
- name: Install dependencies
4848
run: |
4949
sudo apt-get install -y gcc g++ make openssl supervisor libgmp-dev libmpfr-dev libmpc-dev libaio1 libaio-dev numactl autoconf automake libtool libffi-dev libssl-dev liblz4-1 liblz4-dev liblz4-tool zlib1g-dev

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "eggroll"]
22
path = eggroll
33
url = https://github.com/FederatedAI/eggroll.git
4-
branch = v3.1.0
4+
branch = v3.2.0
55
[submodule "fate_client"]
66
path = fate_client
77
url = https://github.com/FederatedAI/FATE-Client

0 commit comments

Comments
 (0)