Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugman authored Aug 14, 2023
1 parent 3f98ab4 commit c3d53a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
d="unexpectedos"
exit 1
fi
cp -r bin_new/$d/. "$HOME/.local/bin/"
cp -r bin_new/$d/. "$HOME/.local/bin/."
# do we also need to cp to os specific within .local/bin/? probs...
find bin -maxdepth 1 -type f -exec cp {} $HOME/.local/bin/. \;
Expand All @@ -98,4 +98,4 @@ jobs:
# run .py that calls nb's
- name: Run tests
shell: bash -l {0}
run: python ./autotest/${{ matrix.test-path }}
run: python ./autotest/${{ matrix.test-path }}

0 comments on commit c3d53a2

Please sign in to comment.