Skip to content

Commit

Permalink
update taskrunner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Jan 10, 2025
1 parent 1ea5f73 commit 7338c66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
- name: Create save folder
run: |
cd ${PWD}/openfl-workspace/torch_cnn_mnist
mkdir save
- name: Workspace initialize
run: |
cd ${PWD}/openfl-workspace/torch_cnn_mnist
fx plan initialize --input_shape [1,28,28] --aggregator_address localhost
- name: Create certificate authority for workspace
run: |
cd ${PWD}/openfl-workspace/torch_cnn_mnist
Expand Down

0 comments on commit 7338c66

Please sign in to comment.