Skip to content

Commit f418070

Browse files
authored
Merge pull request #5747 from FederatedAI/feature-2.2.0-update_sub_module
update submodule and fix codeqa
2 parents db18ac8 + b5fec05 commit f418070

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)