Skip to content

Commit

Permalink
try removing the "current" link before moving files
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Sep 19, 2024
1 parent de619ae commit 6bc93b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ jobs:
- if: ${{ 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-current/test_run_notebooks_examples_Pycurrent/fig_4.svg /home/runner/work/_temp/_github_home/figures
mv /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_Pycurrent/advection_diffusion.gif /home/runner/work/_temp/_github_home/figures
rm /tmp/pytest-of-runner/pytest-current/test_run_notebooks_examples_Pycurrent
mv /tmp/pytest-of-runner/pytest-current/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_*/advection_diffusion.gif /home/runner/work/_temp/_github_home/figures
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 6bc93b3

Please sign in to comment.