Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot authored and s314cy committed Nov 15, 2022
1 parent db063f3 commit 73ca36b
Show file tree
Hide file tree
Showing 11 changed files with 2,876 additions and 283 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
working-directory: ${{ env.lib_dir }}
- run: npm run build
working-directory: ${{ env.lib_node_dir }}
- run: npm ci
- run: npm ci && npm link ../${{ env.lib_node_dir }} && npm run build
working-directory: ${{ env.server_dir }}
- run: npm ci
- run: npm ci && npm link ../${{ env.server_dir }} && npm link ../${{ env.lib_node_dir }}
- run: npm start -- -t cifar10 -u 1 -e 1
Loading

0 comments on commit 73ca36b

Please sign in to comment.