Skip to content

Commit

Permalink
Add tensorflow-notebook artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Jul 6, 2023
1 parent 2edc0fe commit 819aa10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/actions/download-manifests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ runs:
with:
name: julia-notebook-x86_64-history_line
path: ${{ inputs.histLineDir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
with:
name: tensorflow-notebook-aarch64-history_line
path: ${{ inputs.histLineDir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -164,6 +169,11 @@ runs:
with:
name: r-notebook-x86_64-manifest
path: ${{ inputs.manifestDir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
with:
name: tensorflow-notebook-aarch64-manifest
path: ${{ inputs.manifestDir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 819aa10

Please sign in to comment.