Skip to content

Commit

Permalink
cancel fedml login/ fedml build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiang Wang authored and Xiang Wang committed Jun 12, 2024
1 parent 62093a5 commit 295ca57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/smoke_test_pip_cli_sp_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
cd $homepath
# bash ./devops/scripts/sync-fedml-pip.sh
- name: test "fedml login" and "fedml build"
working-directory: ${{ steps.fedml_source_code_home.outputs.dir }}
run: |
cd ${{ format('{0}', steps.fedml_source_code_home.outputs.dir) }}/python
cd tests/smoke_test/cli
bash login.sh
bash build.sh
# - name: test "fedml login" and "fedml build"
# working-directory: ${{ steps.fedml_source_code_home.outputs.dir }}
# run: |
# cd ${{ format('{0}', steps.fedml_source_code_home.outputs.dir) }}/python
# cd tests/smoke_test/cli
# bash login.sh
# bash build.sh
- name: test simulation-sp
working-directory: ${{ steps.fedml_source_code_home.outputs.dir }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion devops/dockerfile/github-action-runner/DockerfileLight
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ RUN git clone https://github.com/Qigemingziba/FedML.git
#USER docker
# RUN cd FedML/python && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e ./ --use-deprecated=legacy-resolver

ENV REPO=Qigemingziba/FedML ACCESS_TOKEN=AGMK3P6YMJOZV4VKATVVRWDGNETGW
ENV REPO=Qigemingziba/FedML ACCESS_TOKEN=AGMK3PYQYBAN7PF57A7OWNTGNE7FA
# set the entrypoint to the start.sh script
CMD ./start.sh ${REPO} ${ACCESS_TOKEN}

0 comments on commit 295ca57

Please sign in to comment.