Skip to content

Commit

Permalink
avoid doubled dirs (due to symlink) in glob output
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Aug 31, 2024
1 parent 069e0cb commit 60489cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'}}
run: |
mkdir -p /home/runner/work/_temp/_github_home/figures
mv /tmp/pytest-of-runner/pytest-*/test_run_notebooks_examples_*/fig_4.svg /home/runner/work/_temp/_github_home/figures
mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_*/fig_4.svg /home/runner/work/_temp/_github_home/figures
- if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'}}
uses: eine/tip@master
Expand Down

0 comments on commit 60489cf

Please sign in to comment.