Skip to content

Commit

Permalink
CI fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Nov 22, 2024
1 parent 0db5887 commit 1f49795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nsys-jax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ jobs:
workdir=$(mktemp -d)
export NSYS_JAX_DEFAULT_PREFIX="${PWD}/profile_data"
jupyter nbconvert --execute --inplace '${{ steps.exec.outputs.NOTEBOOK }}'
# TODO: verify the .svg is still written to *this* directory
cp *.ipynb *.svg "${workdir}"
cp '${{ steps.exec.outputs.NOTEBOOK }}' *.svg "${workdir}"
echo "WORKDIR=${workdir}" >> $GITHUB_OUTPUT
- name: Upload rendered notebook to Gist
id: upload
Expand Down

0 comments on commit 1f49795

Please sign in to comment.